Skip to content

Commit

Permalink
ci: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andnp committed Dec 7, 2024
1 parent 9ca85b1 commit 5d076ff
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# uv pip compile --extra=dev pyproject.toml -o requirements.txt
argcomplete==3.5.1
# via commitizen
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.1
# via pyexputils-andnp (pyproject.toml)
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand All @@ -16,7 +19,9 @@ charset-normalizer==3.3.2
colorama==0.4.6
# via commitizen
commitizen==3.29.0
# via pyexputils-andnp (pyproject.toml)
connectorx==0.3.2
# via pyexputils-andnp (pyproject.toml)
cryptography==43.0.3
# via secretstorage
decli==0.6.1
Expand All @@ -26,18 +31,23 @@ distlib==0.3.8
docutils==0.21.2
# via readme-renderer
filelock==3.13.3
# via virtualenv
# via
# pyexputils-andnp (pyproject.toml)
# virtualenv
identify==2.5.36
# via pre-commit
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# commitizen
# keyring
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
Expand All @@ -55,28 +65,34 @@ markupsafe==2.1.5
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
# via readme-renderer
nodeenv==1.8.0
# via
# pre-commit
# pyright
numba==0.59.1
# via pyexputils-andnp (pyproject.toml)
numpy==1.26.4
# via
# pyexputils-andnp (pyproject.toml)
# numba
# pandas
packaging==24.0
# via
# build
# commitizen
pandas==2.2.2
# via pyexputils-andnp (pyproject.toml)
pkginfo==1.11.1
# via twine
platformdirs==4.2.1
# via virtualenv
pre-commit==3.7.0
# via pyexputils-andnp (pyproject.toml)
prompt-toolkit==3.0.36
# via questionary
pycparser==2.22
Expand All @@ -88,6 +104,7 @@ pygments==2.18.0
pyproject-hooks==1.1.0
# via build
pyright==1.1.365
# via pyexputils-andnp (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
Expand All @@ -111,6 +128,7 @@ rfc3986==2.0.0
rich==13.7.1
# via twine
ruff==0.4.4
# via pyexputils-andnp (pyproject.toml)
secretstorage==3.3.3
# via keyring
setuptools==70.0.0
Expand All @@ -122,7 +140,9 @@ termcolor==2.4.0
tomlkit==0.12.5
# via commitizen
twine==5.0.0
# via pyexputils-andnp (pyproject.toml)
types-filelock==3.2.7
# via pyexputils-andnp (pyproject.toml)
tzdata==2024.1
# via pandas
urllib3==2.2.3
Expand Down

0 comments on commit 5d076ff

Please sign in to comment.