mirror of https://github.com/zulip/zulip.git
requirements: Add scandir package to ipython.txt.
Needed for pathlib2==2.2.1.
This commit is contained in:
parent
071ab7bf70
commit
57e4c925bc
|
@ -11,3 +11,6 @@ ptyprocess==0.5.1
|
||||||
simplegeneric==0.8.1
|
simplegeneric==0.8.1
|
||||||
traitlets==4.3.1
|
traitlets==4.3.1
|
||||||
wcwidth==0.1.7
|
wcwidth==0.1.7
|
||||||
|
|
||||||
|
#Needed for pathlib2==2.2.1
|
||||||
|
scandir==1.4
|
||||||
|
|
Loading…
Reference in New Issue