Skip to content
Snippets Groups Projects
Commit 02a3f966 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update dependencies

parent 2f365acc
No related branches found
No related tags found
No related merge requests found
alembic~=1.10 alembic~=1.14
# 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.1
click~=8.1 click~=8.1
jsonschema~=4.17 jsonschema
flask~=2.2 flask~=3.0
flask-cors~=3.0 flask-cors~=5.0
flask-migrate~=4.0 flask-migrate~=4.0
flask-sqlalchemy~=3.0 flask-sqlalchemy~=3.0
openpyxl~=3.1 openpyxl~=3.1
...@@ -12,24 +12,22 @@ psycopg2-binary~=2.9 ...@@ -12,24 +12,22 @@ psycopg2-binary~=2.9
SQLAlchemy~=2.0 SQLAlchemy~=2.0
authlib~=1.2 authlib~=1.2
flask-login~=0.6 flask-login~=0.6
requests
pytest~=7.2 pytest
pytest-mock~=3.10 pytest-mock
sphinx~=6.1 sphinx
sphinx-rtd-theme~=1.2 sphinx-rtd-theme
sphinxcontrib-httpdomain~=1.8 sphinxcontrib-httpdomain
tox~=4.4 tox
mypy~=1.2 mypy
types-docutils~=0.19 types-docutils
types-jsonschema~=4.17 types-jsonschema
types-Flask-Cors~=3.0 types-Flask-Cors
types-openpyxl~=3.1 types-openpyxl
types-setuptools~=67.6 types-setuptools
types-click~=7.1 types-click
sentry-sdk[flask]~=1.23 sentry-sdk[flask]
python-dotenv~=1.0 python-dotenv
# 2023-10-05 temporary fix for flask-login breaking with werkzeug 3.0
werkzeug~=2.3
...@@ -10,23 +10,21 @@ setup( ...@@ -10,23 +10,21 @@ setup(
url='https://gitlab.geant.org/geant-swd/compendium-v2', url='https://gitlab.geant.org/geant-swd/compendium-v2',
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'alembic~=1.10', 'alembic~=1.14',
'alembic-postgresql-enum~=0.1', 'alembic-postgresql-enum~=0.1',
'click~=8.1', 'click~=8.1',
'jsonschema~=4.17', 'jsonschema',
'flask~=2.2', 'flask~=3.0',
'flask-cors~=3.0', 'flask-cors~=5.0',
'flask-migrate~=4.0', 'flask-migrate~=4.0',
'flask-sqlalchemy~=3.0', 'flask-sqlalchemy~=3.0',
'openpyxl~=3.1', 'openpyxl~=3.1',
'psycopg2-binary~=2.9', 'psycopg2-binary~=2.9',
'SQLAlchemy~=2.0', 'SQLAlchemy~=2.0',
'sentry-sdk[flask]~=1.23', 'sentry-sdk[flask]',
'authlib~=1.2', 'authlib~=1.2',
'flask-login~=0.6', 'flask-login~=0.6',
'requests~=2.31', 'requests',
# 2023-10-05 temporary fix for flask-login breaking with werkzeug 3.0
'werkzeug~=2.3'
], ],
include_package_data=True, include_package_data=True,
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment