-
- Downloads
update dependencies
alembic~=1.10 | ||
alembic~=1.14 | ||
# needed to support auto discovery of and applying enum changes | ||
alembic-postgresql-enum~=0.1 | ||
click~=8.1 | ||
jsonschema~=4.17 | ||
flask~=2.2 | ||
flask-cors~=3.0 | ||
jsonschema | ||
flask~=3.0 | ||
flask-cors~=5.0 | ||
flask-migrate~=4.0 | ||
flask-sqlalchemy~=3.0 | ||
openpyxl~=3.1 | ||
... | ... | @@ -12,24 +12,22 @@ psycopg2-binary~=2.9 |
SQLAlchemy~=2.0 | ||
authlib~=1.2 | ||
flask-login~=0.6 | ||
requests | ||
pytest~=7.2 | ||
pytest-mock~=3.10 | ||
sphinx~=6.1 | ||
sphinx-rtd-theme~=1.2 | ||
sphinxcontrib-httpdomain~=1.8 | ||
tox~=4.4 | ||
pytest | ||
pytest-mock | ||
sphinx | ||
sphinx-rtd-theme | ||
sphinxcontrib-httpdomain | ||
tox | ||
mypy~=1.2 | ||
types-docutils~=0.19 | ||
types-jsonschema~=4.17 | ||
types-Flask-Cors~=3.0 | ||
types-openpyxl~=3.1 | ||
types-setuptools~=67.6 | ||
types-click~=7.1 | ||
mypy | ||
types-docutils | ||
types-jsonschema | ||
types-Flask-Cors | ||
types-openpyxl | ||
types-setuptools | ||
types-click | ||
sentry-sdk[flask]~=1.23 | ||
python-dotenv~=1.0 | ||
# 2023-10-05 temporary fix for flask-login breaking with werkzeug 3.0 | ||
werkzeug~=2.3 | ||
sentry-sdk[flask] | ||
python-dotenv |
Please sign in to comment