Skip to content

Commit

Permalink
Update dependencies (#97)
Browse files Browse the repository at this point in the history
* Update dependencies

* Remove the explicit wtforms version
  • Loading branch information
ASlugin committed Dec 2, 2023
1 parent 28d065a commit 758a74b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions requirements.txt
@@ -1,16 +1,13 @@
# It is useful because connexion 2.14.2 requires Flask <2.3,
# which in turn is missing this dependency. Can be removed after Flask 2.3
blinker==1.6.3 # Added manually, to be removed later.
blinker==1.7.0 # Added manually, to be removed later.
bs4==0.0.1
chardet==5.2.0
connexion==2.14.2
Flask-Admin==1.6.1
# Flask-Admin 1.6.1 is incompatible with new release of WTForms 3.1.0
# https://github.com/flask-admin/flask-admin/issues/2391
WTForms==3.0.1 # Added manually, to be removed later
Flask-APScheduler==1.13.0
Flask-APScheduler==1.13.1
Flask-BasicAuth==0.2.0
Flask-Login==0.6.2
Flask-Login==0.6.3
Flask-Markdown==0.3
Flask-Migrate==4.0.5
flask-msearch==0.2.9.2
Expand All @@ -19,17 +16,17 @@ flask-msearch==0.2.9.2
Flask-SQLAlchemy==3.0.5
Flask-SimpleMDE==0.3.0
Flask-WTF==1.2.1
Frozen-Flask==0.18
Frozen-Flask==1.0.1
google-auth-oauthlib==1.1.0
Pillow==10.0.1
PyMuPDF==1.23.5
Pillow==10.1.0
PyMuPDF==1.23.7
pyparsing==3.1.1
python-editor==1.0.4
textile==4.0.2
zipp==3.17.0
yadisk~=1.3.3
pandas~=2.1.1
yadisk==1.3.4
pandas==2.1.3
openpyxl~=3.1.2
transliterate==1.10.2
uWSGI==2.0.22
uWSGI==2.0.23
Whoosh==2.7.4

0 comments on commit 758a74b

Please sign in to comment.