diff --git a/requirements/dev.txt b/requirements/dev.txt index 873576f..23e9da6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,15 +1,15 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/dev.in # ---index-url https://pypi.tuna.tsinghua.edu.cn/simple - alabaster==0.7.13 # via sphinx babel==2.13.1 # via sphinx +bleach==6.1.0 + # via -r requirements/tests.in blinker==1.7.0 # via flask build==1.0.3 @@ -30,13 +30,13 @@ click==8.1.7 colorama==0.4.6 # via tox coverage[toml]==7.3.2 - # via - # coverage - # pytest-cov + # via pytest-cov distlib==0.3.7 # via virtualenv docutils==0.20.1 # via sphinx +exceptiongroup==1.2.1 + # via pytest filelock==3.13.1 # via # tox @@ -116,6 +116,8 @@ pytest-cov==4.1.0 # via -r requirements/tests.in requests==2.31.0 # via sphinx +six==1.16.0 + # via bleach snowballstemmer==2.2.0 # via sphinx sphinx==7.2.6 @@ -146,6 +148,14 @@ sqlalchemy==2.0.23 # via flask-sqlalchemy tablib==3.5.0 # via -r requirements/tests.in +tomli==2.0.1 + # via + # build + # coverage + # pip-tools + # pyproject-api + # pytest + # tox toposort==1.10 # via pip-compile-multi tox==4.11.3 @@ -156,6 +166,8 @@ urllib3==2.1.0 # via requests virtualenv==20.24.6 # via tox +webencodings==0.5.1 + # via bleach werkzeug==3.0.1 # via flask wheel==0.41.3 diff --git a/requirements/docs.txt b/requirements/docs.txt index 0bb825d..c1a5ca2 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,11 +1,9 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/docs.in # ---index-url https://pypi.tuna.tsinghua.edu.cn/simple - alabaster==0.7.13 # via sphinx babel==2.13.1 diff --git a/requirements/example.txt b/requirements/example.txt index e66159b..3d4c4c6 100644 --- a/requirements/example.txt +++ b/requirements/example.txt @@ -1,11 +1,9 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/example.in # ---index-url https://pypi.tuna.tsinghua.edu.cn/simple - blinker==1.7.0 # via flask click==8.1.7 @@ -48,4 +46,3 @@ wtforms==3.1.1 # via # flask-admin # flask-wtf - \ No newline at end of file diff --git a/requirements/style.txt b/requirements/style.txt index 5f5783b..fa1bc8a 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,11 +1,9 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/style.in # ---index-url https://pypi.tuna.tsinghua.edu.cn/simple - flake8==6.1.0 # via -r requirements/style.in mccabe==0.7.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 9223811..09ff4df 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,11 +1,9 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements/tests.in # ---index-url https://pypi.tuna.tsinghua.edu.cn/simple - bleach==6.1.0 # via -r requirements/tests.in blinker==1.7.0 @@ -28,8 +26,6 @@ flask-sqlalchemy==3.1.1 # via -r requirements/tests.in flask-wtf==1.2.1 # via -r requirements/tests.in -greenlet==3.0.2 - # via sqlalchemy iniconfig==2.0.0 # via pytest itsdangerous==2.1.2