forked from orbit-oss/flask
Merge branch '2.1.x'
This commit is contained in:
commit
918fc07dd9
4 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ repos:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: ["--py36-plus"]
|
args: ["--py36-plus"]
|
||||||
- repo: https://github.com/asottile/reorder_python_imports
|
- repo: https://github.com/asottile/reorder_python_imports
|
||||||
rev: v3.0.1
|
rev: v3.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
name: Reorder Python imports (src, tests)
|
name: Reorder Python imports (src, tests)
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ uWSGI
|
||||||
`uWSGI`_ is a fast application server written in C. It is very
|
`uWSGI`_ is a fast application server written in C. It is very
|
||||||
configurable, which makes it more complicated to setup than Gunicorn.
|
configurable, which makes it more complicated to setup than Gunicorn.
|
||||||
It also provides many other utilities for writing robust web
|
It also provides many other utilities for writing robust web
|
||||||
applications. To run a Flask application, tell Gunicorn how to import
|
applications. To run a Flask application, tell uWSGI how to import
|
||||||
your Flask app object.
|
your Flask app object.
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ filelock==3.6.0
|
||||||
# virtualenv
|
# virtualenv
|
||||||
greenlet==1.1.2 ; python_version < "3.11"
|
greenlet==1.1.2 ; python_version < "3.11"
|
||||||
# via -r requirements/tests.in
|
# via -r requirements/tests.in
|
||||||
identify==2.4.12
|
identify==2.5.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
nodeenv==1.6.0
|
nodeenv==1.6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@
|
||||||
#
|
#
|
||||||
cffi==1.15.0
|
cffi==1.15.0
|
||||||
# via cryptography
|
# via cryptography
|
||||||
cryptography==36.0.2
|
cryptography==37.0.1
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
mypy==0.942
|
mypy==0.950
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
# via mypy
|
# via mypy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue