Skip to content

Commit 2850490

Browse files
committed
feat: pydantic
1 parent 5a1935b commit 2850490

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pyproject.toml.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = ["Romeo Phillips"]
1212
python = "^3.7"
1313
certifi = "2023.7.22"
1414
requests = "2.31.0"
15+
pydantic = "2.5.3"
1516
wheel = "0.41.2"
1617

1718

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
requests==2.31.0
2-
setuptools~=65.5.1
2+
setuptools~=65.5.1
3+
pydantic~=2.5.3
4+
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
extras_require={
3737
"dev": ["check-manifest"],
3838
},
39-
install_requires=["requests"],
39+
install_requires=["requests", "pydantic"],
4040
)

0 commit comments

Comments
 (0)