mirror of https://github.com/scrapy/scrapy.git
fix Twisted package name
This commit is contained in:
parent
eb1cf303d3
commit
aaf531c7dc
4
tox.ini
4
tox.ini
|
|
@ -23,7 +23,7 @@ basepython = python2.7
|
|||
deps =
|
||||
pyOpenSSL==0.13
|
||||
lxml==2.3.2
|
||||
twisted==11.1.0
|
||||
Twisted==11.1.0
|
||||
boto==2.2.2
|
||||
Pillow<2.0
|
||||
django==1.3.1
|
||||
|
|
@ -41,7 +41,7 @@ commands =
|
|||
basepython = python3.3
|
||||
deps =
|
||||
; svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk#egg=Twisted
|
||||
twisted >= 14.0.0
|
||||
Twisted >= 14.0.0
|
||||
lxml>=3.2.4
|
||||
pyOpenSSL>=0.13.1
|
||||
cssselect>=0.9
|
||||
|
|
|
|||
Loading…
Reference in New Issue