##// END OF EJS Templates
Merge pull request #8296 from minrk/rm-kernel...
Merge pull request #8296 from minrk/rm-kernel remove ipython_kernel

File last commit:

r21223:aeec21e1
r21224:f9254a22 merge
Show More
requirements.txt
9 lines | 562 B | text/plain | TextLexer
Min RK
get traitlets from requirements.txt on travis...
r21200 -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils
-e git+https://github.com/ipython/traitlets.git#egg=traitlets
Min RK
install jupyter_client for IPython tests
r21218 # Below here aren't actually needed by IPython.
# Only while the split is partial
# and the IPython repo is still running Jupyter tests
Min RK
install jupyter_nbformat for tests...
r21205 -e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core
-e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat
Min RK
install jupyter_client for IPython tests
r21218 -e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client
Min RK
install ipython_kernel for tests...
r21223 -e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel