Skip to content

Commit

Permalink
Only need greenlet on CPython. Pypy has it's own impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutz committed Apr 20, 2021
1 parent 0330860 commit 874546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@ def _read(fname):
tests_require=TESTS_REQUIRE,
install_requires=[
'setuptools',
'greenlet',
'greenlet ; platform_python_implementation=="CPython"'
],
extras_require={
'test': TESTS_REQUIRE,
Expand Down

0 comments on commit 874546c

Please sign in to comment.