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 82ac046 commit d98d38bCopy full SHA for d98d38b
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==0.4.17", "pyee==8.0.1", "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