We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a78c5 commit c4fee99Copy full SHA for c4fee99
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
]
35
dependencies = [
36
"flask>=2.0.0",
37
- "Werkzeug>=2.0.0",
+# "Werkzeug>=2.0.0",
38
"requests>=2.32.2,<2.32.5",
39
"msgpack>=1.0.0",
40
"pyzmq>=25.0.0",
@@ -49,8 +49,8 @@ dependencies = [
49
"locust-cloud>=1.28.1",
50
"gevent>=24.10.1,<26.0.0,!=25.8.1",
51
"python-socketio[client]>=5.13.0",
52
- "python-engineio>=4.12.2",
53
- "pytest>=8.3.3,<9.0.0",
+# "python-engineio>=4.12.2",
+# "pytest>=8.3.3,<9.0.0",
54
55
56
[project.optional-dependencies]
0 commit comments