Skip to content

Commit

Permalink
Merge pull request #90 from helloflask/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
greyli authored Jul 4, 2024
2 parents fc63f14 + 41e9b0e commit fc3e61d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
24 changes: 18 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 1 addition & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions requirements/example.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -48,4 +46,3 @@ wtforms==3.1.1
# via
# flask-admin
# flask-wtf

4 changes: 1 addition & 3 deletions requirements/style.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 1 addition & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit fc3e61d

Please sign in to comment.