Skip to content

Commit

Permalink
fix(deps): express eventlet dependency differently just for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Apr 12, 2024
1 parent cb2fcb7 commit a95c3d3
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 @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
api = [
"eventlet>0.36.0",
"eventlet>=0.36.1",
"flask-cors>=3.0.9",
"flask-restful>=0.3.9",
"flask-talisman>=0.7.0",
Expand Down

0 comments on commit a95c3d3

Please sign in to comment.