summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/functional_testing/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/functional_testing/setup.py')
-rw-r--r--docs/quick_tutorial/functional_testing/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/functional_testing/setup.py b/docs/quick_tutorial/functional_testing/setup.py
index 278210299..a0fa8217c 100644
--- a/docs/quick_tutorial/functional_testing/setup.py
+++ b/docs/quick_tutorial/functional_testing/setup.py
@@ -1,13 +1,13 @@
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',
'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 = [