Skip to content

Commit

Permalink
Add explicit pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Oct 2, 2022
1 parent bda23a4 commit f522f54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python-dateutil==2.8.2
freezegun==1.2.1
pdoc==12.1.0
pip==22.1.2
pydantic==1.9.1
pylint==2.14.4
pytest==7.1.2
pytest-cov==3.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python_requires = >= 3.9
install_requires =
python-dateutil>=2.8.2
tzdata>=2022.1
pydantic>=1.9.1
include_package_data = True
package_dir =
= .
Expand Down

0 comments on commit f522f54

Please sign in to comment.