Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# When installing dev dependencies also install the user dependencies
-r requirements.in
xmltodict>=0.12.0
pytest
pytest-cov
coverage
py
flake8
setuptools
mypy
56 changes: 47 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,47 @@
# When installing dev dependencies also install the user dependencies
-r requirements.in
xmltodict>=0.12.0
pytest
pytest-cov
coverage
py
flake8
setuptools
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements-dev.in
#
coverage[toml]==7.6.11
# via
# -r requirements-dev.in
# pytest-cov
defusedxml==0.7.1
# via -r /Users/vinitkumar/projects/python/json2xml/requirements.in
flake8==7.1.1
# via -r requirements-dev.in
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
mypy==1.15.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
py==1.11.0
# via -r requirements-dev.in
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.3.4
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==6.0.0
# via -r requirements-dev.in
typing-extensions==4.12.2
# via mypy
urllib3==2.3.0
# via -r /Users/vinitkumar/projects/python/json2xml/requirements.in
xmltodict==0.14.2
# via -r requirements-dev.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading
Loading