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
28 changes: 16 additions & 12 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@
#
# pip-compile-multi
#
backports-tarfile==1.1.1
# via jaraco-context
build==1.2.1
# via -r dev_requirements\requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via build
cryptography==42.0.7
# via secretstorage
docutils==0.21.2
# via readme-renderer
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# keyring
# twine
# via twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.2.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -45,14 +47,14 @@ packaging==24.0
# via build
pkginfo==1.10.0
# via twine
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
# rich
pyproject-hooks==1.1.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==43.0
# via twine
requests==2.31.0
Expand All @@ -65,8 +67,10 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
twine==5.0.0
# via -r dev_requirements\requirements-packaging.in
secretstorage==3.3.3
# via keyring
twine==5.1.0
# via -r dev_requirements/requirements-packaging.in
urllib3==2.2.1
# via
# requests
Expand Down