зеркало из https://github.com/microsoft/iqsharp.git
Add missing dependencies
This commit is contained in:
Родитель
40c2a779a1
Коммит
4861043512
|
@ -61,6 +61,8 @@ setuptools.setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
install_requires=[
|
||||
'jupyter_client>=7.3.4'
|
||||
'jupyter_client>=7.3.4',
|
||||
'Markdown>=3.4.1',
|
||||
'python-markdown-math>=0.8'
|
||||
]
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче