Relax ZEO version dependency; tests pass with ZEO 5.0.0b1, which is needed if ZODB 5 is installed because of a version conflict in ZEO 4 which says ZODB<4.999

This commit is contained in:
Jason Madden 2016-08-23 10:37:03 -05:00
parent 408cce8200
commit 7f95a40a18
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ setup(
'perfmetrics',
'ZODB >= 4.4.2',
# ZEO is needed for blob layout
'ZEO >= 4.2.0b1, <5.0',
'ZEO >= 4.2.0b1',
'zope.interface',
'zc.lockfile',
],