mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
Work-a-round for: https://github.com/jazzband/pip-tools/issues/1326
Add indirect depencies for Python <=3.11
This commit is contained in:
parent
5fbfc415f9
commit
7839f5b4f7
2 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue