This commit is contained in:
Xinyi Joffre 2023-02-28 17:31:36 -08:00
Родитель 40c2a779a1
Коммит 4861043512
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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'
]
)