Skip to content

Commit

Permalink
add playwright in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh committed Aug 15, 2024
1 parent 90d6c6d commit e171b96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
scrapy>=2.6
pyppeteer
syncer
bs4
bs4
playwright
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_long_description(file_path):
maintainer="Maksim Varlamov",
maintainer_email="[email protected]",
packages=find_packages(),
install_requires=["scrapy>=2.6", "pyppeteer", "syncer", "bs4"],
install_requires=["scrapy>=2.6", "pyppeteer", "syncer", "bs4", "playwright"],
python_requires=">=3.6",
license="BSD",
classifiers=[
Expand Down

0 comments on commit e171b96

Please sign in to comment.