mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
switch eventlet to gevent
This commit is contained in:
@@ -12,14 +12,14 @@ python = "^3.12.9"
|
||||
ago = "~=0.1.0"
|
||||
beautifulsoup4 = "^4.13.3"
|
||||
blinker = "~=1.8"
|
||||
eventlet = "==0.40.2"
|
||||
gevent = "==25.5.1"
|
||||
exceptiongroup = "==1.3.0"
|
||||
flask = "~=3.1"
|
||||
flask-basicauth = "~=0.2"
|
||||
flask-login = "^0.6"
|
||||
flask-talisman = "*"
|
||||
flask-wtf = "^1.2"
|
||||
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
|
||||
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
|
||||
humanize = "~=4.12"
|
||||
itsdangerous = "~=2.2"
|
||||
jinja2 = "^3.1.6"
|
||||
|
||||
Reference in New Issue
Block a user