Skip to content

Commit

Permalink
Update version pins required for pypy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 19, 2015
1 parent f9d6bfd commit 9e0eaaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ def read_file(*path):
tests_require = tests_require,
extras_require = dict(test=tests_require),
install_requires = [
'persistent', # XXX: When new persistent release is out need to add version number for PyPy
'BTrees >= 4.1.2',
'persistent >= 4.1.0',
'BTrees >= 4.1.3',
'ZConfig',
'transaction >= 1.4.1' if PY3 else 'transaction',
'transaction >= 1.4.4',
'six',
'zc.lockfile',
'zdaemon >= 4.0.0a1',
Expand Down

0 comments on commit 9e0eaaa

Please sign in to comment.