feat: updated to newest flask-imp code.

This commit is contained in:
David Carmichael
2024-08-16 15:08:51 +01:00
parent 8258bc1cbd
commit caaf17af12
106 changed files with 2265 additions and 5066 deletions

1
requirements/build.in Normal file
View File

@@ -0,0 +1 @@
flit

24
requirements/build.txt Normal file
View File

@@ -0,0 +1,24 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile build.in
#
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.21.2
# via flit
flit==3.9.0
# via -r build.in
flit-core==3.9.0
# via flit
idna==3.7
# via requests
requests==2.32.3
# via flit
tomli-w==1.0.0
# via flit
urllib3==2.2.2
# via requests

6
requirements/dev.in Normal file
View File

@@ -0,0 +1,6 @@
-r docs.txt
-r typing.txt
-r build.txt
quart
ruff
pyqwe

131
requirements/dev.txt Normal file
View File

@@ -0,0 +1,131 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev.in
#
aiofiles==24.1.0
# via quart
blinker==1.8.2
# via
# flask
# quart
certifi==2024.7.4
# via
# -r build.txt
# requests
charset-normalizer==3.3.2
# via
# -r build.txt
# requests
click==8.1.7
# via
# flask
# quart
docutils==0.21.2
# via
# -r build.txt
# flit
exceptiongroup==1.2.2
# via -r typing.txt
flask==3.0.3
# via quart
flit==3.9.0
# via -r build.txt
flit-core==3.9.0
# via
# -r build.txt
# flit
h11==0.14.0
# via
# hypercorn
# wsproto
h2==4.1.0
# via hypercorn
hpack==4.0.0
# via h2
hypercorn==0.17.3
# via quart
hyperframe==6.0.1
# via h2
idna==3.7
# via
# -r build.txt
# requests
iniconfig==2.0.0
# via
# -r typing.txt
# pytest
itsdangerous==2.2.0
# via
# flask
# quart
jinja2==3.1.4
# via
# flask
# quart
markupsafe==2.1.5
# via
# jinja2
# quart
# werkzeug
mistune==3.0.2
# via -r docs.txt
mypy==1.11.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
# -r typing.txt
# mypy
nodeenv==1.9.1
# via
# -r typing.txt
# pyright
packaging==24.1
# via
# -r typing.txt
# pytest
pluggy==1.5.0
# via
# -r typing.txt
# pytest
priority==2.0.0
# via hypercorn
pygments==2.18.0
# via -r docs.txt
pyqwe==1.5.2
# via -r dev.in
pyright==1.1.375
# via -r typing.txt
pytest==8.3.2
# via -r typing.txt
pytz==2024.1
# via -r docs.txt
quart==0.19.6
# via -r dev.in
requests==2.32.3
# via
# -r build.txt
# flit
ruff==0.5.6
# via -r dev.in
tomli==2.0.1
# via -r typing.txt
tomli-w==1.0.0
# via
# -r build.txt
# flit
typing-extensions==4.12.2
# via
# -r typing.txt
# mypy
urllib3==2.2.2
# via
# -r build.txt
# requests
werkzeug==3.0.3
# via
# flask
# quart
wsproto==1.2.0
# via hypercorn

4
requirements/docs.in Normal file
View File

@@ -0,0 +1,4 @@
flask
mistune
pygments
pytz

28
requirements/docs.txt Normal file
View File

@@ -0,0 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile docs.in
#
blinker==1.8.2
# via flask
click==8.1.7
# via flask
flask==3.0.3
# via -r docs.in
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
# jinja2
# werkzeug
mistune==3.0.2
# via -r docs.in
pygments==2.18.0
# via -r docs.in
pytz==2024.1
# via -r docs.in
werkzeug==3.0.3
# via flask

3
requirements/typing.in Normal file
View File

@@ -0,0 +1,3 @@
mypy
pyright
pytest

24
requirements/typing.txt Normal file
View File

@@ -0,0 +1,24 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile typing.in
#
iniconfig==2.0.0
# via pytest
mypy==1.11.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pyright
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.375
# via -r typing.in
pytest==8.3.2
# via -r typing.in
typing-extensions==4.12.2
# via mypy