mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3305 from grammy-jiang/patch-1
Make the version of ipython less than 6.0 in python 2.7
This commit is contained in:
commit
bc4dbd2766
|
|
@ -10,4 +10,4 @@ brotlipy
|
|||
testfixtures
|
||||
# optional for shell wrapper tests
|
||||
bpython
|
||||
ipython
|
||||
ipython<6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue