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 af8d2dc commit 8f7689bCopy full SHA for 8f7689b
requirements-dev.in
@@ -7,3 +7,4 @@ coverage
7
py
8
flake8
9
setuptools
10
+mypy
requirements-dev.txt
@@ -16,6 +16,10 @@ iniconfig==2.0.0
16
# via pytest
17
mccabe==0.7.0
18
# via flake8
19
+mypy==1.15.0
20
+ # via -r requirements-dev.in
21
+mypy-extensions==1.0.0
22
+ # via mypy
23
packaging==24.2
24
25
pluggy==1.5.0
@@ -32,6 +36,8 @@ pytest==8.3.4
32
36
# pytest-cov
33
37
pytest-cov==6.0.0
34
38
# via -r requirements-dev.in
39
+typing-extensions==4.12.2
40
35
41
urllib3==2.3.0
42
# via -r /Users/vinitkumar/projects/python/json2xml/requirements.in
43
xmltodict==0.14.2
0 commit comments