generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
16 changed files
with
213 additions
and
33 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
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
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.2 | ||
# via -r .\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,3 @@ | ||
# specific requirements for the tox coverage env | ||
black | ||
isort |
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-formatting.in' | ||
# | ||
black==23.11.0 | ||
# via -r .\requirements-formatting.in | ||
click==8.1.7 | ||
# via black | ||
colorama==0.4.6 | ||
# via click | ||
isort==5.12.0 | ||
# via -r .\requirements-formatting.in | ||
mypy-extensions==1.0.0 | ||
# via black | ||
packaging==23.2 | ||
# via black | ||
pathspec==0.11.2 | ||
# via black | ||
platformdirs==4.1.0 | ||
# via black |
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 | ||
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,22 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-linting.in' | ||
# | ||
astroid==3.0.1 | ||
# via pylint | ||
colorama==0.4.6 | ||
# via pylint | ||
dill==0.3.7 | ||
# via pylint | ||
isort==5.12.0 | ||
# via pylint | ||
mccabe==0.7.0 | ||
# via pylint | ||
platformdirs==4.1.0 | ||
# via pylint | ||
pylint==3.0.2 | ||
# via -r .\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,3 @@ | ||
# specific requirements for the tox coverage env | ||
build | ||
twine |
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,66 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-test_packaging.in' | ||
# | ||
build==1.0.3 | ||
# via -r .\requirements-test_packaging.in | ||
certifi==2023.11.17 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
colorama==0.4.6 | ||
# via build | ||
docutils==0.20.1 | ||
# via readme-renderer | ||
idna==3.6 | ||
# via requests | ||
importlib-metadata==7.0.0 | ||
# via | ||
# keyring | ||
# twine | ||
jaraco-classes==3.3.0 | ||
# via keyring | ||
keyring==24.3.0 | ||
# via twine | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
more-itertools==10.1.0 | ||
# via jaraco-classes | ||
nh3==0.2.14 | ||
# via readme-renderer | ||
packaging==23.2 | ||
# via build | ||
pkginfo==1.9.6 | ||
# via twine | ||
pygments==2.17.2 | ||
# via | ||
# readme-renderer | ||
# rich | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pywin32-ctypes==0.2.2 | ||
# via keyring | ||
readme-renderer==42.0 | ||
# via twine | ||
requests==2.31.0 | ||
# via | ||
# requests-toolbelt | ||
# twine | ||
requests-toolbelt==1.0.0 | ||
# via twine | ||
rfc3986==2.0.0 | ||
# via twine | ||
rich==13.7.0 | ||
# via twine | ||
twine==4.0.2 | ||
# via -r .\requirements-test_packaging.in | ||
urllib3==2.1.0 | ||
# via | ||
# requests | ||
# twine | ||
zipp==3.17.0 | ||
# via importlib-metadata |
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,6 @@ | ||
# specific requirements for the tox coverage env | ||
pytest | ||
pytest-datafiles | ||
pytest-mock | ||
pytest-asyncio | ||
aioresponses |
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,46 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\dev_requirements\requirements-tests.in' | ||
# | ||
aiohttp==3.9.1 | ||
# via aioresponses | ||
aioresponses==0.7.6 | ||
# via -r .\dev_requirements\requirements-tests.in | ||
aiosignal==1.3.1 | ||
# via aiohttp | ||
attrs==23.1.0 | ||
# via aiohttp | ||
colorama==0.4.6 | ||
# via pytest | ||
frozenlist==1.4.0 | ||
# via | ||
# aiohttp | ||
# aiosignal | ||
idna==3.6 | ||
# via yarl | ||
iniconfig==2.0.0 | ||
# via pytest | ||
multidict==6.0.4 | ||
# via | ||
# aiohttp | ||
# yarl | ||
packaging==23.2 | ||
# via pytest | ||
pluggy==1.3.0 | ||
# via pytest | ||
pytest==7.4.3 | ||
# via | ||
# -r .\dev_requirements\requirements-tests.in | ||
# pytest-asyncio | ||
# pytest-datafiles | ||
# pytest-mock | ||
pytest-asyncio==0.23.0 | ||
# via -r .\dev_requirements\requirements-tests.in | ||
pytest-datafiles==3.0.0 | ||
# via -r .\dev_requirements\requirements-tests.in | ||
pytest-mock==3.12.0 | ||
# via -r .\dev_requirements\requirements-tests.in | ||
yarl==1.9.3 | ||
# via aiohttp |
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 | ||
mypy |
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,12 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-type_check.in' | ||
# | ||
mypy==1.7.1 | ||
# via -r .\requirements-type_check.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
typing-extensions==4.8.0 | ||
# via mypy |
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 |
---|---|---|
@@ -1,50 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
aiodns==3.0.0 | ||
# via aiohttp | ||
aiohttp[speedups]==3.8.5 | ||
aiohttp[speedups]==3.9.1 | ||
# via | ||
# -r requirements.in | ||
# aiohttp-requests | ||
aiohttp-requests==0.2.3 | ||
# via -r requirements.in | ||
aiosignal==1.3.1 | ||
# via aiohttp | ||
async-timeout==4.0.2 | ||
# via aiohttp | ||
attrs==22.2.0 | ||
attrs==23.1.0 | ||
# via aiohttp | ||
beautifulsoup4==4.12.2 | ||
# via -r requirements.in | ||
brotli==1.1.0 | ||
# via aiohttp | ||
cffi==1.15.1 | ||
# via pycares | ||
charset-normalizer==2.1.1 | ||
# via aiohttp | ||
coworker==2.0.1 | ||
# via aiohttp-requests | ||
frozenlist==1.3.3 | ||
frozenlist==1.4.0 | ||
# via | ||
# aiohttp | ||
# aiosignal | ||
idna==3.3 | ||
idna==3.6 | ||
# via yarl | ||
multidict==6.0.4 | ||
# via | ||
# aiohttp | ||
# yarl | ||
pycares==4.3.0 | ||
# via aiodns | ||
pycparser==2.21 | ||
# via cffi | ||
pypdf==3.17.1 | ||
# via -r requirements.in | ||
soupsieve==2.3.2.post1 | ||
# via beautifulsoup4 | ||
yarl==1.8.2 | ||
yarl==1.9.3 | ||
# via aiohttp |
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