From e171b9684945ebc5d8dbfd1a2cc987505ad6b70d Mon Sep 17 00:00:00 2001 From: AndrewKorzh <92707967+AndrewKorzh@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:26:04 +0300 Subject: [PATCH] add playwright in requirements --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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=[