Skip to content

Commit

Permalink
fix(deps): exclude eventlet 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Mar 26, 2024
1 parent 88fc4a4 commit 0243ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Changelog = "https://docs.gunicorn.org/en/stable/news.html"

[project.optional-dependencies]
gevent = ["gevent>=1.4.0"]
eventlet = ["eventlet>=0.24.1"]
eventlet = ["eventlet>=0.24.1,!=0.36.0"]
tornado = ["tornado>=0.2"]
gthread = []
setproctitle = ["setproctitle"]
Expand Down

0 comments on commit 0243ec3

Please sign in to comment.