diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-22 22:04:40 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-22 22:04:52 -0500 |
commit | 4437c667bc17e8fbc92ec7b70325b706fc2907ee (patch) | |
tree | f4122af877c67979fed739b3782c3518873d5772 /setup.py | |
parent | 34d9d70a1a928bb9707a276a5e30d1350c4911f5 (diff) | |
download | cherrypy-git-4437c667bc17e8fbc92ec7b70325b706fc2907ee.tar.gz |
Bump to cheroot 5.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ packages = [ install_requires = [ 'six', - 'cheroot>=5.0.1', + 'cheroot>=5.1.0', 'portend>=1.6.1', ] |