We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae5961 commit 7aed55cCopy full SHA for 7aed55c
setup.py
@@ -27,7 +27,7 @@
27
url="https://github.com/Microsoft/playwright-python",
28
packages=["playwright"],
29
include_package_data=True,
30
- install_requires=["greenlet", "pyee", "typing-extensions"],
+ install_requires=["greenlet==0.4.17", "pyee==8.0.1", "typing-extensions"],
31
classifiers=[
32
"Topic :: Software Development :: Testing",
33
"Topic :: Internet :: WWW/HTTP :: Browsers",
0 commit comments