Skip to content
Merged
Show file tree
Hide file tree
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 @@ -7,13 +7,15 @@
bleach==6.0.0
# via readme-renderer
build==0.10.0
# via -r requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
colorama==0.4.6
# via build
cryptography==41.0.2
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.4
Expand All @@ -24,26 +26,30 @@ importlib-metadata==6.7.0
# twine
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.0.0
# via jaraco-classes
packaging==23.1
# via build
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pygments==2.15.1
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==40.0
# via twine
requests==2.31.0
Expand All @@ -56,10 +62,12 @@ rfc3986==2.0.0
# via twine
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
urllib3==2.0.3
# via
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lxml==4.9.2
# ebdtable2graph
# python-docx
# svgutils
more-itertools==9.1.0
more-itertools==10.0.0
# via -r requirements.in
networkx==2.8.8
# via ebdtable2graph
Expand Down