Commit 7cf9b6a5 authored by Jason Madden's avatar Jason Madden

bump greenlet

parent 94c39526
......@@ -81,7 +81,7 @@ if PYPY:
# have some serious crashing bugs with GC interacting with cython,
# so this is disabled
else:
install_requires = ['greenlet >= 0.4.9']
install_requires = ['greenlet >= 0.4.10'] # TODO: Replace this with platform markers?
setup_requires = []
......
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