Commit 1ccd8867 authored by Jason Madden's avatar Jason Madden

Make zope.proxy and persistent direct dependencies since we import from them,...

Make zope.proxy and persistent direct dependencies since we import from them, and pin them to the versions we need for pure-python operation.
parent 59535123
......@@ -73,6 +73,8 @@ install_requires = [
'zope.size',
'zope.traversing>=4.0.0a1',
'zope.publisher',
'zope.proxy>=4.1.5',
'persistent>=4.1.0',
'BTrees'
]
if not is_pypy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment