Skip to content

Commit fab5475

Browse files
committed
Added dependencies in setup.py
1 parent c95a7b1 commit fab5475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,13 @@ def run(self):
8989
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
9090
python_requires='>=3.5',
9191
install_requires=[
92+
'debygpy>=1.0.0'
9293
'ipython>=5.0.0',
9394
'traitlets>=4.1.0',
9495
'jupyter_client',
9596
'tornado>=4.2',
9697
'appnope;platform_system=="Darwin"',
98+
#'murmurhash>=1.0.0' requires https://github.com/explosion/murmurhash/pull/24
9799
],
98100
extras_require={
99101
'test': [

0 commit comments

Comments
 (0)