summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-12-17 00:52:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-12-17 00:52:58 -0500
commit52682a78ee9c471bcb5f0f02cde69b63202b02de (patch)
treec4cf97ed5052032833ae8bcf9b07f637ff7aa9f3 /setup.py
parent9a143b81c9b0a13274e8abb05445276f7189bfb5 (diff)
downloadcherrypy-git-use-projection.tar.gz
Demonstrate how a Projection might be a nice way to assign some parameters.use-projection
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index df6630c7..9ea5bd5c 100755
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ install_requires = [
'cheroot>=5.9.1',
'portend>=2.1.1',
'jaraco.classes',
+ 'jaraco.collections',
]
extras_require = {