Skip to content

Commit

Permalink
fix: run deps with py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed May 20, 2024
1 parent d5c0866 commit ce578e0
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile dev_requirements/requirements-packaging.in
Expand All @@ -16,14 +16,17 @@ charset-normalizer==3.3.2
# via requests
cryptography==42.0.7
# via secretstorage
docutils==0.21.2
docutils==0.20.1
# via readme-renderer
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# build
# keyring
# twine
importlib-resources==6.4.0
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
Expand Down Expand Up @@ -72,11 +75,17 @@ rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
tomli==2.0.1
# via build
twine==5.1.0
# via -r dev_requirements/requirements-packaging.in
typing-extensions==4.11.0
# via rich
urllib3==2.2.1
# via
# requests
# twine
zipp==3.18.2
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

0 comments on commit ce578e0

Please sign in to comment.