Skip to content

Commit

Permalink
chore: explicitly use greenlet 1.0a1 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Dec 1, 2020
1 parent 524fc3e commit 2e5c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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==1.0a1", "pyee>=8.0.1", "typing-extensions"],
classifiers=[
"Topic :: Software Development :: Testing",
"Topic :: Internet :: WWW/HTTP :: Browsers",
Expand Down

0 comments on commit 2e5c300

Please sign in to comment.