mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Stop pyup complaining
The apps won’t start with Eventlet 0.31.0 But Pyup complains when we try to downgrade
This commit is contained in:
@@ -16,7 +16,7 @@ pyexcel-xlsx==0.6.0
|
||||
pyexcel-ods3==0.6.0
|
||||
pytz==2021.1
|
||||
gunicorn==20.1.0
|
||||
eventlet==0.30.2
|
||||
eventlet==0.30.2 # pyup: ignore
|
||||
notifications-python-client==6.0.2
|
||||
Shapely==1.7.1
|
||||
rtreelib==0.2.0
|
||||
|
||||
@@ -43,7 +43,7 @@ docutils==0.15.2
|
||||
# via awscli
|
||||
et-xmlfile==1.0.1
|
||||
# via openpyxl
|
||||
eventlet==0.30.2
|
||||
eventlet==0.30.2 # pyup: ignore
|
||||
# via -r requirements.in
|
||||
flask-login==0.5.0
|
||||
# via -r requirements.in
|
||||
|
||||
Reference in New Issue
Block a user