-
- Downloads
fix requirements
alembic~=1.14 | alembic==1.14.0 | ||
# needed to support auto discovery of and applying enum changes | # needed to support auto discovery of and applying enum changes | ||
alembic-postgresql-enum~=0.1 | alembic-postgresql-enum==0.4.0 | ||
click~=8.1 | click==8.1.7 | ||
jsonschema | jsonschema | ||
flask~=3.0 | flask==3.1.0 | ||
flask-cors~=5.0 | flask-cors==5.0.0 | ||
flask-migrate~=4.0 | flask-migrate==4.0.7 | ||
flask-sqlalchemy~=3.0 | flask-sqlalchemy==3.1.1 | ||
openpyxl~=3.1 | openpyxl==3.1.5 | ||
psycopg2-binary~=2.9 | psycopg2-binary==2.9.10 | ||
SQLAlchemy~=2.0 | SQLAlchemy==2.0.36 | ||
authlib~=1.2 | authlib==1.3.2 | ||
flask-login~=0.6 | flask-login==0.6.3 | ||
validators==0.34.0 | |||
requests | requests | ||
pytest | pytest | ||
... | ... |
Please register or sign in to comment