Skip to content

Commit

Permalink
Add new dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Feb 12, 2024
1 parent 474203c commit 6d06bf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_version(version_file):
install_requires=[
"beanie == 1.25.0",
"docopt == 0.6.2",
"pydantic[email, hypothesis]",
"schema == 0.7.5",
"setuptools >= 69.0.3",
],
Expand All @@ -108,8 +109,12 @@ def get_version(version_file):
# to never grab the regression version.
"coveralls != 1.11.0",
"docker == 7.0.0",
"hypothesis",
"mimesis-factory",
"mimesis",
"pre-commit",
"pytest-cov",
"pytest-factoryboy",
"pytest",
]
},
Expand Down

0 comments on commit 6d06bf8

Please sign in to comment.