Merge branch '2.0.x'
This commit is contained in:
commit
24aab7a08d
6 changed files with 13 additions and 13 deletions
|
|
@ -234,5 +234,5 @@ python path. Common problems are:
|
|||
|
||||
.. _nginx: https://nginx.org/
|
||||
.. _lighttpd: https://www.lighttpd.net/
|
||||
.. _cherokee: http://cherokee-project.com/
|
||||
.. _cherokee: https://cherokee-project.com/
|
||||
.. _flup: https://pypi.org/project/flup/
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ If your application is accessible at root level, you can use a
|
|||
single ``/`` instead of ``/yourapplication``. ``myapp`` refers to the name of
|
||||
the file of your flask application (without extension) or the module which
|
||||
provides ``app``. ``app`` is the callable inside of your application (usually
|
||||
the line reads ``app = Flask(__name__)``.
|
||||
the line reads ``app = Flask(__name__)``).
|
||||
|
||||
If you want to deploy your flask application inside of a virtual environment,
|
||||
you need to also add ``--virtualenv /path/to/virtual/environment``. You might
|
||||
|
|
@ -67,5 +67,5 @@ to have it in the URL root its a bit simpler::
|
|||
|
||||
.. _nginx: https://nginx.org/
|
||||
.. _lighttpd: https://www.lighttpd.net/
|
||||
.. _cherokee: http://cherokee-project.com/
|
||||
.. _cherokee: https://cherokee-project.com/
|
||||
.. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ certifi==2021.5.30
|
|||
# via requests
|
||||
cffi==1.14.6
|
||||
# via cryptography
|
||||
cfgv==3.3.0
|
||||
cfgv==3.3.1
|
||||
# via pre-commit
|
||||
charset-normalizer==2.0.4
|
||||
# via requests
|
||||
|
|
@ -70,13 +70,13 @@ pep517==0.11.0
|
|||
# via pip-tools
|
||||
pip-tools==6.2.0
|
||||
# via -r requirements/dev.in
|
||||
platformdirs==2.2.0
|
||||
platformdirs==2.3.0
|
||||
# via virtualenv
|
||||
pluggy==0.13.1
|
||||
pluggy==1.0.0
|
||||
# via
|
||||
# pytest
|
||||
# tox
|
||||
pre-commit==2.14.1
|
||||
pre-commit==2.15.0
|
||||
# via -r requirements/dev.in
|
||||
py==1.10.0
|
||||
# via
|
||||
|
|
@ -84,7 +84,7 @@ py==1.10.0
|
|||
# tox
|
||||
pycparser==2.20
|
||||
# via cffi
|
||||
pygments==2.9.0
|
||||
pygments==2.10.0
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
|
|
@ -147,11 +147,11 @@ types-dataclasses==0.1.7
|
|||
# via -r requirements/typing.in
|
||||
types-setuptools==57.0.2
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==3.10.0.0
|
||||
typing-extensions==3.10.0.2
|
||||
# via mypy
|
||||
urllib3==1.26.6
|
||||
# via requests
|
||||
virtualenv==20.7.1
|
||||
virtualenv==20.7.2
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ packaging==21.0
|
|||
# sphinx
|
||||
pallets-sphinx-themes==2.0.1
|
||||
# via -r requirements/docs.in
|
||||
pygments==2.9.0
|
||||
pygments==2.10.0
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ iniconfig==1.1.1
|
|||
# via pytest
|
||||
packaging==21.0
|
||||
# via pytest
|
||||
pluggy==0.13.1
|
||||
pluggy==1.0.0
|
||||
# via pytest
|
||||
py==1.10.0
|
||||
# via pytest
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ types-dataclasses==0.1.7
|
|||
# via -r requirements/typing.in
|
||||
types-setuptools==57.0.2
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==3.10.0.0
|
||||
typing-extensions==3.10.0.2
|
||||
# via mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue