summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/databases')
-rw-r--r--docs/quick_tutorial/databases/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/databases/setup.py b/docs/quick_tutorial/databases/setup.py
index 5d6935c57..c4e4ae2f2 100644
--- a/docs/quick_tutorial/databases/setup.py
+++ b/docs/quick_tutorial/databases/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 = [
'deform',
@@ -12,7 +12,7 @@ requires = [
'zope.sqlalchemy',
]
-# 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 = [