mirror of https://github.com/scrapy/scrapy.git
Require httpx2 2.6.0 or higher
This commit is contained in:
parent
346032f38d
commit
9c63225640
|
|
@ -67,7 +67,7 @@ brotli = [
|
|||
"brotlicffi>=1.2.0.0; implementation_name == 'pypy'",
|
||||
]
|
||||
gcs = ["google-cloud-storage>=1.29.0"]
|
||||
httpx = ["httpx2[http2,socks]>=2.0.0"]
|
||||
httpx = ["httpx2[http2,socks]>=2.6.0"]
|
||||
images = ["Pillow>=8.3.2"]
|
||||
ipython = ["ipython>=8.15.0"]
|
||||
ptpython = ["ptpython>=3.0.23"]
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -138,7 +138,7 @@ deps =
|
|||
Twisted==21.7.0
|
||||
cryptography==37.0.0
|
||||
cssselect==0.9.1
|
||||
httpx2==2.0.0
|
||||
httpx2==2.6.0
|
||||
itemadapter==0.1.0
|
||||
lxml==4.6.4
|
||||
parsel==1.5.0
|
||||
|
|
@ -191,7 +191,7 @@ deps =
|
|||
brotli==1.2.0; implementation_name != "pypy"
|
||||
brotlicffi==1.2.0.0; implementation_name == "pypy"
|
||||
google-cloud-storage==1.29.0
|
||||
httpx2[http2,socks]==2.0.0
|
||||
httpx2[http2,socks]==2.6.0
|
||||
ipython==8.15.0
|
||||
ptpython==3.0.23
|
||||
robotexclusionrulesparser==1.6.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue