Skip to content

Commit 7aed55c

Browse files
authored
chore: pin dependencies (microsoft#216)
1 parent 5ae5961 commit 7aed55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", "pyee", "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)