Fix python bug
This commit is contained in:
parent
f2a568340b
commit
08d11fa636
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue