mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-05 05:50:41 -04:00
Merge pull request #4181 from alphagov/gunicorn
pin gunicorn to support newer version of eventlet
This commit is contained in:
@@ -18,8 +18,8 @@ pyexcel-xls==0.7.0
|
||||
pyexcel-xlsx==0.6.0
|
||||
pyexcel-ods3==0.6.0
|
||||
pytz==2021.3
|
||||
gunicorn==20.1.0
|
||||
eventlet==0.30.2 # pyup: ignore
|
||||
# Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues)
|
||||
git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0
|
||||
notifications-python-client==6.3.0
|
||||
Shapely==1.7.1
|
||||
rtreelib==0.2.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile with python 3.9
|
||||
# This file is autogenerated by pip-compile with python 3.10
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements.in
|
||||
@@ -51,8 +51,8 @@ docutils==0.15.2
|
||||
# via awscli
|
||||
et-xmlfile==1.1.0
|
||||
# via openpyxl
|
||||
eventlet==0.30.2
|
||||
# via -r requirements.in
|
||||
eventlet==0.33.0
|
||||
# via gunicorn
|
||||
fido2==0.9.3
|
||||
# via -r requirements.in
|
||||
flask==1.1.2
|
||||
@@ -81,7 +81,7 @@ govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@
|
||||
# via -r requirements.in
|
||||
greenlet==1.1.0
|
||||
# via eventlet
|
||||
gunicorn==20.1.0
|
||||
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
|
||||
# via -r requirements.in
|
||||
humanize==4.0.0
|
||||
# via -r requirements.in
|
||||
|
||||
Reference in New Issue
Block a user