Skip to content

Commit

Permalink
chore: update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 10, 2023
1 parent f1c44c1 commit 5661079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- setuptools_scm
run:
- python
- greenlet ==2.0.2
- greenlet ==3.0.0
- pyee ==9.0.4
- typing_extensions # [py<39]
test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _download_and_extract_local_driver(
packages=["playwright"],
include_package_data=True,
install_requires=[
"greenlet==2.0.2",
"greenlet==3.0.0",
"pyee==9.0.4",
"typing-extensions;python_version<='3.8'",
],
Expand Down

0 comments on commit 5661079

Please sign in to comment.