From 47d005c1f3a42a9269e321241977102a8ae88493 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 3 Oct 2020 18:17:32 +0200 Subject: [PATCH] chore: pin dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9888da6f..aeba60e55 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ url="https://github.com/Microsoft/playwright-python", packages=["playwright"], include_package_data=True, - install_requires=["greenlet", "pyee", "typing-extensions"], + install_requires=["greenlet==0.4.17", "pyee==8.0.1", "typing-extensions"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",