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

update dependencies

parent 994c4734
No related branches found
No related tags found
No related merge requests found
alembic==1.14.0 alembic==1.14.1
# needed to support auto discovery of and applying enum changes # needed to support auto discovery of and applying enum changes
alembic-postgresql-enum==0.4.0 alembic-postgresql-enum==0.4.0
click==8.1.7 click==8.1.8
jsonschema jsonschema
flask==3.1.0 flask==3.1.0
flask-cors==5.0.0 flask-cors==5.0.0
flask-migrate==4.0.7 flask-migrate==4.1.0
flask-sqlalchemy==3.1.1 flask-sqlalchemy==3.1.1
openpyxl==3.1.5 openpyxl==3.1.5
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
SQLAlchemy==2.0.36 SQLAlchemy==2.0.37
authlib==1.3.2 authlib==1.4.0
flask-login==0.6.3 flask-login==0.6.3
validators==0.34.0 validators==0.34.0
requests requests
......
...@@ -10,19 +10,19 @@ setup( ...@@ -10,19 +10,19 @@ 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.14.0', 'alembic==1.14.1',
'alembic-postgresql-enum==0.4.0', 'alembic-postgresql-enum==0.4.0',
'click==8.1.7', 'authlib==1.4.0',
'click==8.1.8',
'jsonschema', 'jsonschema',
'flask==3.1.0', 'flask==3.1.0',
'flask-cors==5.0.0', 'flask-cors==5.0.0',
'flask-migrate==4.0.7', 'flask-migrate==4.1.0',
'flask-sqlalchemy==3.1.1', 'flask-sqlalchemy==3.1.1',
'openpyxl==3.1.5', 'openpyxl==3.1.5',
'psycopg2-binary==2.9.10', 'psycopg2-binary==2.9.10',
'SQLAlchemy==2.0.36', 'SQLAlchemy==2.0.37',
'sentry-sdk[flask]', 'sentry-sdk[flask]',
'authlib==1.3.2',
'flask-login==0.6.3', 'flask-login==0.6.3',
'validators==0.34.0', 'validators==0.34.0',
'requests', 'requests',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment