diff options
Diffstat (limited to 'docs/quick_tutorial/jinja2')
| -rw-r--r-- | docs/quick_tutorial/jinja2/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/jinja2/setup.py b/docs/quick_tutorial/jinja2/setup.py index fee95d267..ea2c59045 100644 --- a/docs/quick_tutorial/jinja2/setup.py +++ b/docs/quick_tutorial/jinja2/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -# List of dependencies installed via `pip install -e .`. +# List of dependencies installed via `pip install -e .` # by virtue of the Setuptools `install_requires` value below. requires = [ 'pyramid', @@ -9,7 +9,7 @@ requires = [ 'waitress', ] -# List of dependencies installed via `pip install -e ".[testing]"` +# List of dependencies installed via `pip install -e ".[dev]"` # by virtue of the Setuptools `extras_require` value in the Python # dictionary below. dev_requires = [ |
