add zope.app.session to requirements: allow configuration of session storage
This commit is contained in:
parent
2f74a6dc81
commit
0186b33146
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ linked objects for organizational process services""",
|
|||
install_requires=[
|
||||
# -*- Extra requirements: -*-
|
||||
'zope.app.securitypolicy',
|
||||
'zope.app.session',
|
||||
'cybertools',
|
||||
],
|
||||
entry_points="""
|
||||
|
|
Loading…
Add table
Reference in a new issue