mirror of https://github.com/scrapy/scrapy.git
Minimum ipython: 7.1 → 7.3
This commit is contained in:
parent
cd7ae6b155
commit
410c07528c
|
|
@ -69,7 +69,7 @@ brotli = [
|
|||
gcs = ["google-cloud-storage>=1.29.0"]
|
||||
httpx = ["httpx2[http2,socks]>=2.0.0"]
|
||||
images = ["Pillow>=8.3.2"]
|
||||
ipython = ["ipython>=7.1.0"]
|
||||
ipython = ["ipython>=7.3.0"]
|
||||
ptpython = ["ptpython>=2.0.1"]
|
||||
robotparser = ["robotexclusionrulesparser>=1.6.2"]
|
||||
s3 = ["boto3>=1.20.0"]
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -190,7 +190,7 @@ deps =
|
|||
brotlicffi==1.2.0.0; implementation_name == "pypy"
|
||||
google-cloud-storage==1.29.0
|
||||
httpx2[http2,socks]==2.0.0
|
||||
ipython==7.1.0
|
||||
ipython==7.3.0
|
||||
ptpython==2.0.1
|
||||
robotexclusionrulesparser==1.6.2
|
||||
uvloop==0.16.0; platform_system != "Windows" and implementation_name != "pypy"
|
||||
|
|
|
|||
Loading…
Reference in New Issue