Skip to content

Commit

Permalink
deps from git
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 5, 2019
1 parent 8023f2a commit e6ef85d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@
'json5',
'jsonschema>=3.0.1',
'jinja2>=2.10',
'jupyter_server@ git+https://github.com/jupyter/jupyter_server.git@master',
],
setup_args['dependency_links'] = [
'https://github.com/jupyter/jupyter_server/tarball/master#egg=master',
]

if __name__ == '__main__':
setup(**setup_args)

0 comments on commit e6ef85d

Please sign in to comment.