forked from orbit-oss/flask
fix min python for pip-compile
This commit is contained in:
parent
2c5d652493
commit
40b78fa2ea
6 changed files with 81 additions and 24 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.12
|
||||
# This file is autogenerated by pip-compile with Python 3.8
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile dev.in
|
||||
#
|
||||
alabaster==1.0.0
|
||||
alabaster==0.7.13
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
|
|
@ -40,15 +40,22 @@ cryptography==43.0.0
|
|||
# via -r typing.txt
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
docutils==0.21.2
|
||||
docutils==0.20.1
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
exceptiongroup==1.2.2
|
||||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
# pytest
|
||||
filelock==3.15.4
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
greenlet==3.0.3 ; python_version < "3.11"
|
||||
# via -r tests.txt
|
||||
identify==2.6.0
|
||||
# via pre-commit
|
||||
idna==3.8
|
||||
|
|
@ -59,6 +66,10 @@ imagesize==1.4.1
|
|||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
importlib-metadata==8.4.0
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
iniconfig==2.0.0
|
||||
# via
|
||||
# -r tests.txt
|
||||
|
|
@ -105,7 +116,7 @@ pluggy==1.5.0
|
|||
# -r typing.txt
|
||||
# pytest
|
||||
# tox
|
||||
pre-commit==3.8.0
|
||||
pre-commit==3.5.0
|
||||
# via -r dev.in
|
||||
pycparser==2.22
|
||||
# via
|
||||
|
|
@ -128,6 +139,10 @@ python-dotenv==1.0.1
|
|||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
pytz==2024.1
|
||||
# via
|
||||
# -r docs.txt
|
||||
# babel
|
||||
pyyaml==6.0.2
|
||||
# via pre-commit
|
||||
requests==2.32.3
|
||||
|
|
@ -138,7 +153,7 @@ snowballstemmer==2.2.0
|
|||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
sphinx==8.0.2
|
||||
sphinx==7.1.2
|
||||
# via
|
||||
# -r docs.txt
|
||||
# pallets-sphinx-themes
|
||||
|
|
@ -146,15 +161,15 @@ sphinx==8.0.2
|
|||
# sphinxcontrib-log-cabinet
|
||||
sphinx-tabs==3.4.5
|
||||
# via -r docs.txt
|
||||
sphinxcontrib-applehelp==2.0.0
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
sphinxcontrib-devhelp==2.0.0
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
sphinxcontrib-htmlhelp==2.1.0
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
|
|
@ -164,14 +179,22 @@ sphinxcontrib-jsmath==1.0.1
|
|||
# sphinx
|
||||
sphinxcontrib-log-cabinet==1.0.1
|
||||
# via -r docs.txt
|
||||
sphinxcontrib-qthelp==2.0.0
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
tomli==2.0.1
|
||||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
# mypy
|
||||
# pyproject-api
|
||||
# pytest
|
||||
# tox
|
||||
tox==4.18.0
|
||||
# via -r dev.in
|
||||
types-contextvars==2.4.7.3
|
||||
|
|
@ -180,7 +203,9 @@ types-dataclasses==0.6.6
|
|||
# via -r typing.txt
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
# asgiref
|
||||
# mypy
|
||||
urllib3==2.2.2
|
||||
# via
|
||||
|
|
@ -190,3 +215,7 @@ virtualenv==20.26.3
|
|||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
zipp==3.20.0
|
||||
# via
|
||||
# -r docs.txt
|
||||
# importlib-metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue