Skip to content

Commit 1df5a54

Browse files
fix: fix greenlet version for compatibility with pypy (microsoft#621)
1 parent 965afa4 commit 1df5a54

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
@@ -134,7 +134,7 @@ def run(self) -> None:
134134
packages=["playwright"],
135135
include_package_data=True,
136136
install_requires=[
137-
"greenlet==1.0.0",
137+
"greenlet>=0.4",
138138
"pyee>=8.0.1",
139139
"typing-extensions;python_version<='3.8'",
140140
],

0 commit comments

Comments
 (0)