summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10363e83..a1d777e5 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ params = dict(
entry_points={'console_scripts': ['cherryd = cherrypy.__main__:run']},
include_package_data=True,
install_requires=[
- 'cheroot>=6.2.4',
+ 'cheroot>=8.2.1',
'portend>=2.1.1',
'more_itertools',
'zc.lockfile',