1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-21 04:33:24 +00:00

Revert "limit Twisted support to pre-14.0.0 while #718 is fixed"

This reverts commit 65f69e16095799e05de79a3f8f449f7b9edb27aa.
This commit is contained in:
Daniel Graña 2014-06-25 03:25:20 -03:00
parent 559af943dc
commit bfe02b019e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Twisted>=10.0.0,<14.0.0
Twisted>=10.0.0
lxml
pyOpenSSL
cssselect>=0.9

View File

@ -123,7 +123,7 @@ except ImportError:
from distutils.core import setup
else:
setup_args['install_requires'] = [
'Twisted>=10.0.0,<14.0.0',
'Twisted>=10.0.0',
'w3lib>=1.2',
'queuelib',
'lxml',