From d6d0e666de6cdea12090341e70a44e8a833cee00 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 3 Oct 2020 21:05:45 +0200 Subject: [PATCH] chore: dependencies great than instead of hard pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aeba60e55..e73fb74c5 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==0.4.17", "pyee==8.0.1", "typing-extensions"], + install_requires=["greenlet>=0.4.17", "pyee>=8.0.1", "typing-extensions"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",