Skip to content

Commit

Permalink
ban greenlet reference from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
darliro committed Oct 16, 2024
1 parent 671570b commit 1ec896c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ dependencies = [
"wsproto",
]

[tool.pdm.dependencies]
greenlet = {version = "*", optional = true, markers = "false"}

[tool.pdm]
distribution = false

Expand Down

0 comments on commit 1ec896c

Please sign in to comment.