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 c84cd2d commit 5977b26Copy full SHA for 5977b26
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: poetry config virtualenvs.in-project true
30
31
- name: Install dependencies
32
- run: poetry install --no-root
+ run: poetry install --no-root --dev
33
34
- name: Type check with mypy
35
run: poetry run mypy proxyproviders
pyproject.toml
@@ -29,3 +29,12 @@ branch = true
source = ["proxyproviders"]
omit = ["tests/*"]
+
+[tool.poetry.group.dev.dependencies]
+mypy = "^1.15.0"
+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