Skip to content

Commit 48c67f1

Browse files
committed
Removed specific versions at setup.py
1 parent 4f2f6f8 commit 48c67f1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
version=BROOD_VERSION,
1212
packages=find_packages(),
1313
install_requires=[
14-
"argon2_cffi~=21.1.0",
15-
"boto3~=1.20.2",
16-
"fastapi~=0.70.0",
17-
"passlib~=1.7.4",
18-
"psycopg2-binary~=2.9.1",
19-
"pydantic~=1.8.2",
20-
"python-multipart~=0.0.5",
21-
"sendgrid~=6.9.0",
22-
"sqlalchemy~=1.4.26",
23-
"stripe~=2.61.0",
24-
"uvicorn~=0.15.0",
14+
"argon2_cffi",
15+
"boto3",
16+
"fastapi",
17+
"passlib",
18+
"psycopg2-binary",
19+
"pydantic",
20+
"python-multipart",
21+
"sendgrid",
22+
"sqlalchemy",
23+
"stripe",
24+
"uvicorn",
2525
],
2626
extras_require={
2727
"dev": ["alembic", "black", "isort", "mypy"],

0 commit comments

Comments
 (0)