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.
fix: 📍 Pin packaging requirements; Fix file path in publish workflow (#…
…217) fix: 📍 Pin Packaging Requirements; Fix file path in publish workflow
- Loading branch information
Showing
4 changed files
with
70 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
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.1 | ||
# 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.2.0 | ||
# via jaraco-classes | ||
nh3==0.2.15 | ||
# 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