Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Commits
02a3f966
Commit
02a3f966
authored
7 months ago
by
Bjarke Madsen
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies
parent
2f365acc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+20
-22
20 additions, 22 deletions
requirements.txt
setup.py
+6
-8
6 additions, 8 deletions
setup.py
with
26 additions
and
30 deletions
requirements.txt
+
20
−
22
View file @
02a3f966
alembic
~=1.1
0
alembic
~=1.1
4
# 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
This diff is collapsed.
Click to expand it.
setup.py
+
6
−
8
View file @
02a3f966
...
@@ -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.1
0
'
,
'
alembic~=1.1
4
'
,
'
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
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment