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 2964b4c commit d82ddbdCopy full SHA for d82ddbd
pyproject.toml
@@ -19,17 +19,16 @@ dynamic = ["version"]
19
[project.urls]
20
repository = "https://github.com/vrslev/stompman"
21
22
-[tool.uv]
23
-dev-dependencies = [
24
- "anyio~=4.4.0",
25
- "mypy~=1.11.2",
26
- "pytest-cov~=5.0.0",
27
- "pytest~=8.3.2",
28
- "ruff~=0.6.2",
29
- "uvloop~=0.21.0beta1",
30
- "hypothesis~=6.111.2",
31
- "polyfactory~=2.16.2",
32
- "faker~=28.0.0",
+[dependency-groups]
+dev = [
+ "anyio==4.6.2.post1",
+ "faker==30.8.1",
+ "hypothesis==6.115.5",
+ "mypy==1.13.0",
+ "polyfactory==2.17.0",
+ "pytest-cov==5.0.0",
+ "ruff==0.7.1",
+ "uvloop==0.21.0",
33
]
34
35
[build-system]
0 commit comments