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-genutils==0.1.0 # Needed for ipython
|
||||
pathlib2==2.1.0 # Needed for ipython
|
||||
pexpect==4.0.1 # Needed for ipython
|
||||
pickleshare==0.7.2 # Needed for ipython
|
||||
ptyprocess==0.5.1 # Needed for ipython
|
||||
simplegeneric==0.8.1 # Needed for ipython
|
||||
traitlets==4.2.1 # Needed for ipython
|
||||
|
||||
# Dependencies of ipython
|
||||
decorator==4.0.9
|
||||
ipython-genutils==0.1.0
|
||||
pathlib2==2.1.0
|
||||
pexpect==4.0.1
|
||||
pickleshare==0.7.2
|
||||
ptyprocess==0.5.1
|
||||
simplegeneric==0.8.1
|
||||
traitlets==4.2.1
|
||||
|
|
Loading…
Reference in New Issue