Skip to content

Commit 1b6f09a

Browse files
committed
Added dependencies in setup.py
1 parent adc8079 commit 1b6f09a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
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-
'ipython>=5.0.0',
92+
'debugpy>=1.0.0',
93+
'ipython>=7.21.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)