mirror of https://github.com/scrapy/scrapy.git
blacklist twisted version with regression in constraints file
This commit is contained in:
parent
0d015e5c0f
commit
c5ddfddb7e
|
|
@ -1,4 +1,4 @@
|
|||
Twisted>=13.1.0,!=18.4.0
|
||||
Twisted>=13.1.0
|
||||
lxml
|
||||
pyOpenSSL
|
||||
cssselect>=0.9
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Twisted!=18.4.0
|
||||
Loading…
Reference in New Issue