mirror of https://github.com/scrapy/scrapy.git
use proper equal
This commit is contained in:
parent
7af8c76649
commit
e418554c21
4
tox.ini
4
tox.ini
|
|
@ -33,7 +33,7 @@ deps =
|
|||
cssselect==0.9.1
|
||||
lxml==3.5.0
|
||||
parsel==1.5.0
|
||||
Protego=0.1.15
|
||||
Protego==0.1.15
|
||||
PyDispatcher==2.0.5
|
||||
pyOpenSSL==16.2.0
|
||||
queuelib==1.4.2
|
||||
|
|
@ -70,7 +70,7 @@ deps =
|
|||
cssselect==0.9.1
|
||||
lxml==3.5.0
|
||||
parsel==1.5.0
|
||||
Protego=0.1.15
|
||||
Protego==0.1.15
|
||||
PyDispatcher==2.0.5
|
||||
pyOpenSSL==16.2.0
|
||||
queuelib==1.4.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue