mirror of https://github.com/scrapy/scrapy.git
Bump lxml and cryptography to versions with 3.8 wheels available.
This commit is contained in:
parent
1b2c9a3e0a
commit
075b89eab5
4
setup.py
4
setup.py
|
|
@ -20,7 +20,7 @@ def has_environment_marker_platform_impl_support():
|
|||
|
||||
install_requires = [
|
||||
"Twisted>=18.9.0",
|
||||
"cryptography>=3.4.6",
|
||||
"cryptography>=36.0.0",
|
||||
"cssselect>=0.9.1",
|
||||
"itemloaders>=1.0.1",
|
||||
"parsel>=1.5.0",
|
||||
|
|
@ -34,7 +34,7 @@ install_requires = [
|
|||
"setuptools",
|
||||
"packaging",
|
||||
"tldextract",
|
||||
"lxml>=4.3.0",
|
||||
"lxml>=4.4.1",
|
||||
]
|
||||
extras_require = {}
|
||||
cpython_dependencies = [
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -69,7 +69,7 @@ commands =
|
|||
|
||||
[pinned]
|
||||
deps =
|
||||
cryptography==3.4.6
|
||||
cryptography==36.0.0
|
||||
cssselect==0.9.1
|
||||
h2==3.0
|
||||
itemadapter==0.1.0
|
||||
|
|
@ -81,7 +81,7 @@ deps =
|
|||
Twisted[http2]==18.9.0
|
||||
w3lib==1.17.0
|
||||
zope.interface==5.1.0
|
||||
lxml==4.3.0
|
||||
lxml==4.4.1
|
||||
-rtests/requirements.txt
|
||||
|
||||
# mitmproxy 4.0.4+ requires upgrading some of the pinned dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue