Skip to content

Commit 0243ec3

Browse files
committed
fix(deps): exclude eventlet 0.36.0
1 parent 88fc4a4 commit 0243ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Changelog = "https://docs.gunicorn.org/en/stable/news.html"
5151

5252
[project.optional-dependencies]
5353
gevent = ["gevent>=1.4.0"]
54-
eventlet = ["eventlet>=0.24.1"]
54+
eventlet = ["eventlet>=0.24.1,!=0.36.0"]
5555
tornado = ["tornado>=0.2"]
5656
gthread = []
5757
setproctitle = ["setproctitle"]

0 commit comments

Comments
 (0)