Skip to content

Commit

Permalink
Downgrade evenlet to 0.30.2 as Gunicorn does not yet support 0.30.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffafara-tw committed May 11, 2021
1 parent 7688019 commit 78af7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-app.txt
Expand Up @@ -11,7 +11,7 @@ Flask-Migrate==2.5.2
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask==1.1.1
click-datetime==0.2
eventlet==0.31.0
eventlet==0.30.2 # Can't use 0.30.1 as Gunicorn does not yet support it. (https://github.com/benoitc/gunicorn/pull/2581)
gunicorn==20.0.4
iso8601==0.1.13
jsonschema==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -13,7 +13,7 @@ Flask-Migrate==2.5.2
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask==1.1.1
click-datetime==0.2
eventlet==0.31.0
eventlet==0.30.2
gunicorn==20.0.4
iso8601==0.1.13
jsonschema==3.2.0
Expand Down

0 comments on commit 78af7af

Please sign in to comment.