mirror of https://github.com/scrapy/scrapy.git
zope.interface: 4.4.2 → 5.0.0 (setuptools #2017)
This commit is contained in:
parent
edd7cfe4c7
commit
efc11b3b7e
|
|
@ -21,10 +21,12 @@ Scrapy 2.6.3 (to be determined)
|
|||
|
||||
- Twisted_: 17.9.0 → 18.9.0
|
||||
|
||||
- zope.interface_: 4.1.3 → 4.4.2
|
||||
- zope.interface_: 4.1.3 → 5.0.0
|
||||
|
||||
(:issue:`5621`, :issue:`5632`)
|
||||
|
||||
- Fixed the documentation build (:issue:`5631`).
|
||||
|
||||
|
||||
.. _release-2.6.2:
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ install_requires = [
|
|||
'queuelib>=1.4.2',
|
||||
'service_identity>=18.1.0',
|
||||
'w3lib>=1.17.0',
|
||||
'zope.interface>=4.4.2',
|
||||
'zope.interface>=5.0.0',
|
||||
'protego>=0.1.15',
|
||||
'itemadapter>=0.1.0',
|
||||
'setuptools',
|
||||
|
|
|
|||
Loading…
Reference in New Issue