Skip to content

Commit

Permalink
Pin backend dependencies (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 authored Jun 10, 2024
1 parent 2bbe204 commit 81192ab
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
NAME = "ibutsu_server"
VERSION = "2.5.8"
REQUIRES = [
"alembic",
"celery",
"alembic==1.13.1",
"celery==5.4.0",
"connexion[swagger-ui]==2.14.2",
"flask_bcrypt",
"flask_cors",
"flask_mail",
"flask_bcrypt==1.0.1",
"flask_cors==4.0.0",
"flask_mail==0.9.1",
"Flask>=2,<2.3.0",
"Flask-SQLAlchemy<3.0",
"flatdict",
"google-api-python-client",
"google-auth",
"google-auth-httplib2",
"google-auth-oauthlib",
"gunicorn",
"kombu",
"lxml",
"psycopg2",
"pymongo",
"python-jose[cryptography]",
"python-magic",
"python_dateutil",
"PyYAML",
"redis",
"setuptools",
"sqlalchemy-json",
"flatdict==4.0.1",
"google-api-python-client==2.126.0",
"google-auth==2.29.0",
"google-auth-httplib2==0.2.0",
"google-auth-oauthlib==1.2.0",
"gunicorn==22.0.0",
"kombu==5.3.7",
"lxml==5.2.1",
"psycopg2==2.9.9",
"pymongo==4.6.3",
"python-jose[cryptography]==3.3.0",
"python-magic==0.4.27",
"python_dateutil==2.9.0.post0",
"PyYAML==6.0.1",
"redis==5.0.3",
"setuptools==50.3.2",
"sqlalchemy-json==0.7.0",
"sqlalchemy<1.4",
"swagger-ui-bundle==0.0.9",
"vine",
"werkzeug",
"vine==5.1.0",
"werkzeug==2.2.3",
]

setup(
Expand Down

0 comments on commit 81192ab

Please sign in to comment.