Skip to content

Commit

Permalink
Attempt to clean-up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Jan 27, 2024
1 parent 75db201 commit ee4e726
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +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.7.0 # Added manually, to be removed later.
bs4==0.0.2
chardet==5.2.0
connexion==3.0.5
Flask==2.3.3
Flask-Admin==1.6.1
Flask-APScheduler==1.13.1
Flask-BasicAuth==0.2.0
Flask-Login==0.6.3
Flask-Markdown==0.3
Flask-Migrate==4.0.5
flask-msearch==0.2.9.4
# Flask-SQLAlchemy <= 3.0.5 is required for flask-msearch
# because in Flask-SQLAlchemy > 3.0.5 the deprecated code that flask-msearch uses was removed.
Flask-SQLAlchemy==3.0.5
Flask-SimpleMDE==0.3.0
Flask-WTF==1.2.1
Frozen-Flask==1.0.1
Expand Down

0 comments on commit ee4e726

Please sign in to comment.