mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
testing: Pin gevent and eventlet minimum versions
This commit is contained in:
parent
4062a82ba7
commit
086dadfa1e
@ -53,8 +53,8 @@ tornado = ["tornado>=6.5.0"]
|
|||||||
gthread = []
|
gthread = []
|
||||||
setproctitle = ["setproctitle"]
|
setproctitle = ["setproctitle"]
|
||||||
testing = [
|
testing = [
|
||||||
"gevent",
|
"gevent>=23.9.0",
|
||||||
"eventlet",
|
"eventlet>=0.40.3",
|
||||||
"coverage",
|
"coverage",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user