mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Merge pull request #2452 from alphagov/pin-gunicorn-pyup
Stop pyup from trying to upgrade gunicorn
This commit is contained in:
@@ -11,7 +11,7 @@ git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd
|
|||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
click-datetime==0.2
|
click-datetime==0.2
|
||||||
eventlet==0.23.0
|
eventlet==0.23.0
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1 # pyup: ignore, >19.8 breaks eventlet patching
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.1
|
jsonschema==3.0.1
|
||||||
marshmallow-sqlalchemy==0.16.1
|
marshmallow-sqlalchemy==0.16.1
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd
|
|||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
click-datetime==0.2
|
click-datetime==0.2
|
||||||
eventlet==0.23.0
|
eventlet==0.23.0
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1 # pyup: ignore, >19.8 breaks eventlet patching
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.1
|
jsonschema==3.0.1
|
||||||
marshmallow-sqlalchemy==0.16.1
|
marshmallow-sqlalchemy==0.16.1
|
||||||
|
|||||||
Reference in New Issue
Block a user