File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ to integrate `asyncio`-based projects such as `Playwright`.
2323### Minimum required versions
2424
2525* Python >= 3.10
26- * Scrapy >= 2.6
27- * Playwright >= 1.31
26+ * Scrapy >= 2.7
27+ * Playwright >= 1.40
2828
2929
3030## Installation
Original file line number Diff line number Diff line change 3535 ],
3636 python_requires = ">=3.10" ,
3737 install_requires = [
38- "scrapy>=2.6 " ,
39- "playwright>=1.31 " ,
38+ "scrapy>=2.7 " ,
39+ "playwright>=1.40 " ,
4040 ],
4141)
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ deps =
4747 pytest_cov ==4.1.0
4848 pytest_twisted ==1.14
4949 psutil ==5.9.7
50- playwright ==1.31 # version must match the one installed with npm below
51- scrapy ==2.6
52- greenlet ==2 .0.1
50+ playwright ==1.40 # version must match the one installed with npm below
51+ scrapy ==2.7
52+ greenlet ==3 .0.1
5353allowlist_externals =
5454 npm
5555 npx
5656commands =
5757 playwright install --with-deps
58- npm install playwright@1.31
58+ npm install playwright@1.40
5959 npx playwright install chromium
6060 py.test -vv --reactor =asyncio \
6161 --cov-report =term-missing \
You can’t perform that action at this time.
0 commit comments