Merge pull request #2452 from alphagov/pin-gunicorn-pyup

Stop pyup from trying to upgrade gunicorn
This commit is contained in:
Alexey Bezhan
2019-04-10 13:35:01 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd
Flask==1.0.2
click-datetime==0.2
eventlet==0.23.0
gunicorn==19.7.1
gunicorn==19.7.1 # pyup: ignore, >19.8 breaks eventlet patching
iso8601==0.1.12
jsonschema==3.0.1
marshmallow-sqlalchemy==0.16.1

View File

@@ -13,7 +13,7 @@ git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd
Flask==1.0.2
click-datetime==0.2
eventlet==0.23.0
gunicorn==19.7.1
gunicorn==19.7.1 # pyup: ignore, >19.8 breaks eventlet patching
iso8601==0.1.12
jsonschema==3.0.1
marshmallow-sqlalchemy==0.16.1