generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📌Pin CI dependencies * 📌Remove unpinned dependencies from tox.ini
- Loading branch information
Showing
9 changed files
with
99 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# specific requirements for the tox coverage env | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-coverage.in' | ||
# | ||
coverage==7.3.3 | ||
# via -r dev_requirements/requirements-coverage.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# specific requirements for the tox linting env | ||
pylint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-linting.in' | ||
# | ||
astroid==3.0.0 | ||
# via pylint | ||
dill==0.3.7 | ||
# via pylint | ||
isort==5.12.0 | ||
# via pylint | ||
mccabe==0.7.0 | ||
# via pylint | ||
platformdirs==3.10.0 | ||
# via pylint | ||
pylint==3.0.1 | ||
# via -r dev_requirements/requirements-linting.in | ||
tomlkit==0.12.3 | ||
# via pylint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# specific requirements for the tox tests env | ||
pytest | ||
pytest-datafiles | ||
dictdiffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-tests.in' | ||
# | ||
colorama==0.4.6 | ||
# via pytest | ||
dictdiffer==0.9.0 | ||
# via -r .\requirements-tests.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==22.0 | ||
# via pytest | ||
pluggy==1.3.0 | ||
# via pytest | ||
pytest==7.4.2 | ||
# via | ||
# -r .\requirements-tests.in | ||
# pytest-datafiles | ||
pytest-datafiles==3.0.0 | ||
# via -r .\requirements-tests.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# specific requirements for the tox type_check environment | ||
mypy | ||
types-requests | ||
networkx-stubs | ||
pytest | ||
pandas | ||
pandas-stubs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-type_check.in' | ||
# | ||
mypy==1.5.1 | ||
# via -r dev_requirements/requirements-type_check.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
networkx==3.1 | ||
# via networkx-stubs | ||
networkx-stubs==0.0.1 | ||
# via -r dev_requirements/requirements-type_check.in | ||
packaging==22.0 | ||
# via pytest | ||
pluggy==1.3.0 | ||
# via pytest | ||
pytest==7.4.2 | ||
# via -r dev_requirements/requirements-type_check.in | ||
types-requests==2.31.0.6 | ||
# via -r dev_requirements/requirements-type_check.in | ||
types-urllib3==1.26.25.14 | ||
# via types-requests | ||
typing-extensions==4.8.0 | ||
# via mypy | ||
pandas==2.1.4 | ||
# via -r dev_requirements/requirements-type_check.in | ||
pandas-stubs==2.0.1.230501 | ||
# via -r dev_requirements/requirements-type_check.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters