Skip to content
Merged
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
18 changes: 15 additions & 3 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via -r dev_requirements/requirements-packaging.in
# via -r requirements-packaging.in
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
cryptography==45.0.4
# via secretstorage
docutils==0.21.2
# via readme-renderer
id==1.5.0
Expand All @@ -26,6 +30,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -42,6 +50,8 @@ packaging==24.2
# via
# build
# twine
pycparser==2.22
# via cffi
pygments==2.19.1
# via
# readme-renderer
Expand All @@ -50,7 +60,7 @@ pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
# via twine
requests==2.32.3
requests==2.32.4
# via
# id
# requests-toolbelt
Expand All @@ -61,8 +71,10 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
twine==6.1.0
# via -r dev_requirements/requirements-packaging.in
# via -r requirements-packaging.in
urllib3==2.3.0
# via
# requests
Expand Down
Loading