Skip to content

Commit d98d38b

Browse files
authored
chore: dependencies great than instead of hard pin (#218)
1 parent 82ac046 commit d98d38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url="https://github.com/Microsoft/playwright-python",
2828
packages=["playwright"],
2929
include_package_data=True,
30-
install_requires=["greenlet==0.4.17", "pyee==8.0.1", "typing-extensions"],
30+
install_requires=["greenlet>=0.4.17", "pyee>=8.0.1", "typing-extensions"],
3131
classifiers=[
3232
"Topic :: Software Development :: Testing",
3333
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)