mirror of https://github.com/zulip/zulip.git
Requirements: Add comments in ipython.txt.
This commit is contained in:
parent
c9720f9b74
commit
c5ceac9739
|
@ -1,9 +1,11 @@
|
||||||
decorator==4.0.9 # Needed for ipython
|
|
||||||
ipython==4.1.2
|
ipython==4.1.2
|
||||||
ipython-genutils==0.1.0 # Needed for ipython
|
|
||||||
pathlib2==2.1.0 # Needed for ipython
|
# Dependencies of ipython
|
||||||
pexpect==4.0.1 # Needed for ipython
|
decorator==4.0.9
|
||||||
pickleshare==0.7.2 # Needed for ipython
|
ipython-genutils==0.1.0
|
||||||
ptyprocess==0.5.1 # Needed for ipython
|
pathlib2==2.1.0
|
||||||
simplegeneric==0.8.1 # Needed for ipython
|
pexpect==4.0.1
|
||||||
traitlets==4.2.1 # Needed for ipython
|
pickleshare==0.7.2
|
||||||
|
ptyprocess==0.5.1
|
||||||
|
simplegeneric==0.8.1
|
||||||
|
traitlets==4.2.1
|
||||||
|
|
Loading…
Reference in New Issue