Skip to content

Commit

Permalink
Merge pull request #59 from minrk/fewer-requirements
Browse files Browse the repository at this point in the history
remove released dependencies from requirements.txt
  • Loading branch information
takluyver committed Jul 12, 2015
2 parents e2c347c + accbdd0 commit 953a8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
-e git+https://github.com/ipython/traitlets.git#egg=traitlets
-e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core
-e git+https://github.com/jupyter/nbformat.git#egg=nbformat
-e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client
-e git+https://github.com/ipython/ipython.git#egg=ipython
-e git+https://github.com/ipython/ipykernel.git#egg=ipykernel
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def run(self):
'pygments',
'traitlets',
'jupyter_core',
'nbformat',
]

extras_require = setuptools_args['extras_require'] = {
Expand Down

0 comments on commit 953a8f8

Please sign in to comment.