Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh committed Aug 21, 2024
1 parent a41b23c commit 26ec6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ scrapy>=2.6
pyppeteer
syncer
bs4
playwright
playwright==1.0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_long_description(file_path):

setup(
name="scrapy-puppeteer-client",
version="0.3.5",
version="0.3.6",
description="A library to use Puppeteer-managed browser in Scrapy spiders",
long_description=read_long_description("README.md"),
long_description_content_type="text/markdown",
Expand All @@ -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", "playwright"],
install_requires=["scrapy>=2.6", "pyppeteer", "syncer", "bs4", "playwright==1.0.2"],
python_requires=">=3.6",
license="BSD",
classifiers=[
Expand Down

0 comments on commit 26ec6fb

Please sign in to comment.