Skip to content

Commit 0740c18

Browse files
authored
Merge pull request #46 from CESNET/feature/v1_draft
update requirements - app is now Flask3 compliant
2 parents 0d85290 + 1e05846 commit 0740c18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask<3
1+
Flask>=2.0.2
22
Flask-SQLAlchemy>=2.2
33
Flask-SSO>=0.4.0
44
Flask-WTF>=1.0.0
@@ -10,8 +10,9 @@ PyMySQL>=1.0.0
1010
pytest>=7.0.0
1111
requests>=2.20.0
1212
babel>=2.7.0
13+
mysqlclient>=2.0.0
1314
email_validator>=1.1
1415
pika>=1.3.0
15-
mysqlclient>=2.0.0
16+
gunicorn>=22.0.0
1617
loguru
17-
flasgger
18+
flasgger

0 commit comments

Comments
 (0)