docs: requirements.rst -> requirements.txt

This commit is contained in:
defuz 2014-11-05 06:46:22 +03:00
parent a8f570cc62
commit 936e787cca

View file

@ -9,7 +9,7 @@ Finding Extensions
Flask extensions are listed on the `Flask Extension Registry`_ and can be
downloaded with ``easy_install`` or ``pip``. If you add a Flask extension
as dependency to your ``requirements.rst`` or :file:`setup.py` file they are
as dependency to your :file:`requirements.txt` or :file:`setup.py` file they are
usually installed with a simple command or when your application installs.
Using Extensions