forked from orbit-oss/flask
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/
|
.. _nginx: https://nginx.org/
|
||||||
.. _lighttpd: https://www.lighttpd.net/
|
.. _lighttpd: https://www.lighttpd.net/
|
||||||
.. _cherokee: http://cherokee-project.com/
|
.. _cherokee: https://cherokee-project.com/
|
||||||
.. _flup: https://pypi.org/project/flup/
|
.. _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
|
single ``/`` instead of ``/yourapplication``. ``myapp`` refers to the name of
|
||||||
the file of your flask application (without extension) or the module which
|
the file of your flask application (without extension) or the module which
|
||||||
provides ``app``. ``app`` is the callable inside of your application (usually
|
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,
|
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
|
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/
|
.. _nginx: https://nginx.org/
|
||||||
.. _lighttpd: https://www.lighttpd.net/
|
.. _lighttpd: https://www.lighttpd.net/
|
||||||
.. _cherokee: http://cherokee-project.com/
|
.. _cherokee: https://cherokee-project.com/
|
||||||
.. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/
|
.. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ certifi==2021.5.30
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.14.6
|
cffi==1.14.6
|
||||||
# via cryptography
|
# via cryptography
|
||||||
cfgv==3.3.0
|
cfgv==3.3.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
charset-normalizer==2.0.4
|
charset-normalizer==2.0.4
|
||||||
# via requests
|
# via requests
|
||||||
|
|
@ -70,13 +70,13 @@ pep517==0.11.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
pip-tools==6.2.0
|
pip-tools==6.2.0
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
platformdirs==2.2.0
|
platformdirs==2.3.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
pluggy==0.13.1
|
pluggy==1.0.0
|
||||||
# via
|
# via
|
||||||
# pytest
|
# pytest
|
||||||
# tox
|
# tox
|
||||||
pre-commit==2.14.1
|
pre-commit==2.15.0
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
py==1.10.0
|
py==1.10.0
|
||||||
# via
|
# via
|
||||||
|
|
@ -84,7 +84,7 @@ py==1.10.0
|
||||||
# tox
|
# tox
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
# via cffi
|
# via cffi
|
||||||
pygments==2.9.0
|
pygments==2.10.0
|
||||||
# via
|
# via
|
||||||
# sphinx
|
# sphinx
|
||||||
# sphinx-tabs
|
# sphinx-tabs
|
||||||
|
|
@ -147,11 +147,11 @@ types-dataclasses==0.1.7
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
types-setuptools==57.0.2
|
types-setuptools==57.0.2
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
typing-extensions==3.10.0.0
|
typing-extensions==3.10.0.2
|
||||||
# via mypy
|
# via mypy
|
||||||
urllib3==1.26.6
|
urllib3==1.26.6
|
||||||
# via requests
|
# via requests
|
||||||
virtualenv==20.7.1
|
virtualenv==20.7.2
|
||||||
# via
|
# via
|
||||||
# pre-commit
|
# pre-commit
|
||||||
# tox
|
# tox
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ packaging==21.0
|
||||||
# sphinx
|
# sphinx
|
||||||
pallets-sphinx-themes==2.0.1
|
pallets-sphinx-themes==2.0.1
|
||||||
# via -r requirements/docs.in
|
# via -r requirements/docs.in
|
||||||
pygments==2.9.0
|
pygments==2.10.0
|
||||||
# via
|
# via
|
||||||
# sphinx
|
# sphinx
|
||||||
# sphinx-tabs
|
# sphinx-tabs
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ iniconfig==1.1.1
|
||||||
# via pytest
|
# via pytest
|
||||||
packaging==21.0
|
packaging==21.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pluggy==0.13.1
|
pluggy==1.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
py==1.10.0
|
py==1.10.0
|
||||||
# via pytest
|
# via pytest
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ types-dataclasses==0.1.7
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
types-setuptools==57.0.2
|
types-setuptools==57.0.2
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
typing-extensions==3.10.0.0
|
typing-extensions==3.10.0.2
|
||||||
# via mypy
|
# via mypy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue