summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-12-17 01:00:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-12-17 01:01:50 -0500
commit8b0e8a0acb321a52dce7f6b2c81ef0193bce0449 (patch)
tree52dce7ecb507a048253b577fc55b6768211920d1 /setup.py
parent9a143b81c9b0a13274e8abb05445276f7189bfb5 (diff)
downloadcherrypy-git-use-assign-params.tar.gz
Use assign_params to assign the merged_args to the call to set_response_cookie. Allows merged args to include http_only parameter, which may have been an oversight.use-assign-params
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..5e51335d 100755
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ install_requires = [
'cheroot>=5.9.1',
'portend>=2.1.1',
'jaraco.classes',
+ 'jaraco.functools',
]
extras_require = {