Skip to content

Commit 695183b

Browse files
committed
Add dev deps to pyproject.toml
Add add uv.lock file
1 parent 4096e5d commit 695183b

2 files changed

Lines changed: 1307 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,17 @@ classifiers = [
3232
"Topic :: Internet :: WWW/HTTP",
3333
]
3434

35-
[project.optional-dependencies]
36-
test = [
35+
[dependency-groups]
36+
dev = [
37+
"pytest>=8.3.5",
3738
"pytest-httpserver>=1.0.10",
39+
"types-requests>=2.32.0.20250328",
40+
]
41+
lint = [
42+
"black>=25.1.0",
43+
"mypy>=1.15.0",
44+
"pylint>=3.3.6",
45+
"ruff>=0.11.6",
3846
]
3947

4048
[project.urls]

0 commit comments

Comments
 (0)