Add indirect depencies for Python <=3.11
This commit is contained in:
Jens Diemer 2024-08-04 21:12:11 +02:00
parent 5fbfc415f9
commit 7839f5b4f7
2 changed files with 8 additions and 0 deletions

View file

@ -41,6 +41,10 @@ dev = [
# https://github.com/pycqa/isort # https://github.com/pycqa/isort
# https://github.com/pygments/pygments # https://github.com/pygments/pygments
"darker[flynt, isort, color]", "darker[flynt, isort, color]",
# indirect depencies for Python <=3.11
# Work-a-round for: https://github.com/jazzband/pip-tools/issues/1326
"backports.tarfile",
] ]
[project.urls] [project.urls]

View file

@ -42,6 +42,10 @@ autopep8==2.3.1 \
autotask==0.5.4 \ autotask==0.5.4 \
--hash=sha256:d21578ab14adafb0d9be3490a444d261fd2bcdcbb1ee941b28d4b5e5d1a386ad --hash=sha256:d21578ab14adafb0d9be3490a444d261fd2bcdcbb1ee941b28d4b5e5d1a386ad
# via django-for-runners # via django-for-runners
backports-tarfile==1.2.0 \
--hash=sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34 \
--hash=sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991
# via for_runners_ynh (pyproject.toml)
beautifulsoup4==4.12.3 \ beautifulsoup4==4.12.3 \
--hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \ --hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \
--hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed --hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed