Skip to content

Commit

Permalink
Merge pull request #46 from CESNET/feature/v1_draft
Browse files Browse the repository at this point in the history
update requirements - app is now Flask3 compliant
  • Loading branch information
jirivrany authored Jan 10, 2025
2 parents 0d85290 + 1e05846 commit 0740c18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask<3
Flask>=2.0.2
Flask-SQLAlchemy>=2.2
Flask-SSO>=0.4.0
Flask-WTF>=1.0.0
Expand All @@ -10,8 +10,9 @@ PyMySQL>=1.0.0
pytest>=7.0.0
requests>=2.20.0
babel>=2.7.0
mysqlclient>=2.0.0
email_validator>=1.1
pika>=1.3.0
mysqlclient>=2.0.0
gunicorn>=22.0.0
loguru
flasgger
flasgger

0 comments on commit 0740c18

Please sign in to comment.