Skip to content

Commit 72863cb

Browse files
committed
Revert "fix: fix greenlet version for compatibility with pypy (#621)"
This reverts commit 1df5a54. The reason for that is that there was no actual user bug report for it. If we want to add PyPi support in the future, we would also need to add bots to ensure it works over time and reflect the changes in the docs.
1 parent cf08799 commit 72863cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def run(self) -> None:
141141
include_package_data=True,
142142
install_requires=[
143143
"websockets>=8.1",
144-
"greenlet>=0.4",
144+
"greenlet>=1.0.0",
145145
"pyee>=8.0.1",
146146
"typing-extensions;python_version<='3.8'",
147147
],

0 commit comments

Comments
 (0)