Skip to content

Commit

Permalink
Added dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Feb 23, 2021
1 parent c95a7b1 commit 322883b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ def run(self):
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
python_requires='>=3.5',
install_requires=[
'debugpy>=1.0.0'
'ipython>=5.0.0',
'traitlets>=4.1.0',
'jupyter_client',
'tornado>=4.2',
'appnope;platform_system=="Darwin"',
#'murmurhash>=1.0.0' requires https://github.com/explosion/murmurhash/pull/24
],
extras_require={
'test': [
Expand Down

0 comments on commit 322883b

Please sign in to comment.