Fix python bug

This commit is contained in:
Santiago Lo Coco 2023-10-04 21:45:48 -03:00
parent f2a568340b
commit 08d11fa636
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ name = "pypi"
[packages]
flask = "==2.2.3"
Werkzeug = "==2.3.7"
flask-restx = "==1.0.6"
flask-sqlalchemy = "==3.0.3"
psycopg2-binary = "==2.9.5"

View File

@ -1,9 +1,10 @@
## Prod
flask==2.2.3
Werkzeug==2.3.7
flask-restx==1.0.6
Flask-SQLAlchemy==3.0.3
psycopg2-binary==2.9.5
flask-cors==3.0.10
flask-bcrypt==1.0.1
pyjwt==2.6.0
gunicorn==20.1.0
gunicorn==20.1.0