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