diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-12-17 00:52:58 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-12-17 00:52:58 -0500 |
commit | 52682a78ee9c471bcb5f0f02cde69b63202b02de (patch) | |
tree | c4cf97ed5052032833ae8bcf9b07f637ff7aa9f3 /setup.py | |
parent | 9a143b81c9b0a13274e8abb05445276f7189bfb5 (diff) | |
download | cherrypy-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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ install_requires = [ 'cheroot>=5.9.1', 'portend>=2.1.1', 'jaraco.classes', + 'jaraco.collections', ] extras_require = { |