diff --git a/requirements.txt b/requirements.txt index df33418..7846630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ scrapy>=2.6 pyppeteer syncer -bs4 \ No newline at end of file +bs4 +playwright \ No newline at end of file diff --git a/setup.py b/setup.py index 9b664ba..3eeb5f9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read_long_description(file_path): maintainer="Maksim Varlamov", maintainer_email="varlamov@ispras.ru", 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=[