diff options
| author | Michael Merickel <michael@merickel.org> | 2018-06-11 10:28:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-11 10:28:52 -0500 |
| commit | 2fd7905a9d4427ea6dbeaff35f44855c824e470d (patch) | |
| tree | bbbef8a36a0bc6ee07545737f94f7505c5e8d232 /setup.py | |
| parent | aaed8d498ae255c27109e0b40736ca93ed7a4093 (diff) | |
| parent | 34bbcc83ddb9052f803c62eaedbe7308809d9416 (diff) | |
| download | pyramid-2fd7905a9d4427ea6dbeaff35f44855c824e470d.tar.gz pyramid-2fd7905a9d4427ea6dbeaff35f44855c824e470d.tar.bz2 pyramid-2fd7905a9d4427ea6dbeaff35f44855c824e470d.zip | |
Merge pull request #3300 from Pylons/feature/session-samesite-lax
Feature: Default session cookies to SameSite=Lax
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ install_requires = [ 'setuptools', 'translationstring >= 0.4', # py3 compat 'venusian >= 1.0', # ``ignore`` - 'webob >= 1.8.0', # acceptparse.create_accept_header + 'webob >= 1.8.2', # cookies.make_cookie allows non-bytes samesite 'zope.deprecation >= 3.5.0', # py3 compat 'zope.interface >= 3.8.0', # has zope.interface.registry ] |
