Skip to content
Open
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
22 changes: 15 additions & 7 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
#
# pip-compile-multi
#
build==1.0.3
# via -r dev_requirements\requirements-packaging.in
build==1.2.1
# 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.5
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.6
Expand All @@ -21,6 +23,10 @@ importlib-metadata==7.0.1
# via twine
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -35,14 +41,14 @@ packaging==23.2
# via build
pkginfo==1.9.6
# via twine
pycparser==2.22
# via cffi
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
Expand All @@ -55,8 +61,10 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
twine==5.0.0
# via -r dev_requirements\requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
urllib3==2.2.0
# via
# requests
Expand Down