Skip to content
Open
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
20 changes: 15 additions & 5 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# This file was autogenerated by uv via the following command:
# nox -e deps
--index-url https://pypi.org/simple

build==1.2.1
# via -r requirements/build.in
certifi==2024.6.2
# via -r build.in
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
# via secretstorage
docutils==0.21.2
# via readme-renderer
idna==3.7
Expand All @@ -20,6 +22,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
Expand All @@ -36,6 +42,8 @@ packaging==24.1
# via build
pkginfo==1.11.1
# via twine
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand All @@ -54,8 +62,10 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
twine==4.0.2
# via -r requirements/build.in
# via -r build.in
urllib3==2.2.2
# via
# requests
Expand Down
12 changes: 5 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# This file was autogenerated by uv via the following command:
# nox -e deps
--index-url https://pypi.org/simple

alabaster==0.7.16
# via sphinx
babel==2.15.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -19,7 +17,7 @@ docutils==0.21.2
# recommonmark
# sphinx
furo==2024.5.6
# via -r requirements/docs.in
# via -r docs.in
idna==3.7
# via requests
imagesize==1.4.1
Expand All @@ -35,7 +33,7 @@ pygments==2.18.0
# furo
# sphinx
recommonmark==0.7.1
# via -r requirements/docs.in
# via -r docs.in
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
Expand All @@ -44,13 +42,13 @@ soupsieve==2.5
# via beautifulsoup4
sphinx==7.3.7
# via
# -r requirements/docs.in
# -r docs.in
# furo
# recommonmark
# sphinx-autodoc-typehints
# sphinx-basic-ng
sphinx-autodoc-typehints==2.2.2
# via -r requirements/docs.in
# via -r docs.in
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==1.0.8
Expand Down