Skip to content
Snippets Groups Projects
Commit 28d32f53 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Add pandoc in requirement for doc compilation

parent ea2bba87
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,8 @@ setup_dict = {'name': 'navipy',
'yaml',
'PIL',
'cv2',
'fastdtw'],
'fastdtw',
'pandoc'],
'install_requires': ["numpy",
'pandas',
'matplotlib',
......@@ -70,7 +71,8 @@ setup_dict = {'name': 'navipy',
'nbsphinx',
'opencv-python',
'coverage',
'fastdtw'],
'fastdtw',
'pandoc'],
'package_data': {'navipy':
package_data_files("navipy")},
'include_package_data': True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment