Skip to content

Commit 5977b26

Browse files
committed
fix poetry dev
1 parent c84cd2d commit 5977b26

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry config virtualenvs.in-project true
3030

3131
- name: Install dependencies
32-
run: poetry install --no-root
32+
run: poetry install --no-root --dev
3333

3434
- name: Type check with mypy
3535
run: poetry run mypy proxyproviders

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ branch = true
2929
source = ["proxyproviders"]
3030
omit = ["tests/*"]
3131

32+
33+
[tool.poetry.group.dev.dependencies]
34+
mypy = "^1.15.0"
35+
black = "^25.1.0"
36+
pytest = "^8.3.4"
37+
coverage = "^7.6.12"
38+
types-requests = "^2.32.0.20241016"
39+
toml = "^0.10.2"
40+

0 commit comments

Comments
 (0)