We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa94d02 commit 2f97e30Copy full SHA for 2f97e30
packages/hop3-server/pyproject.toml
@@ -26,8 +26,6 @@ dependencies = [
26
# SBOM
27
"cyclonedx-bom >= 5.1.1",
28
"toml >= 0.10.2",
29
- # Utils
30
- "devtools",
31
# Security
32
"pyjwt>=2.8.0",
33
"bcrypt>=4.0.0",
@@ -45,7 +43,9 @@ dependencies = [
45
43
"anyio",
46
44
# Needed for some reason
47
"sniffio",
48
- "uwsgi>=2.0.31",
+ # Or maybe not
+ # "uwsgi>=2.0.31",
+ # "devtools",
49
]
50
51
[dependency-groups]
0 commit comments