Commit da39212f authored by Kai Chen's avatar Kai Chen
Browse files

add requirements.txt

parent 54dd32ea
......@@ -47,7 +47,7 @@ extensions = [
'sphinx.ext.viewcode',
]
autodoc_mock_imports = ['cv2', 'torch']
autodoc_mock_imports = ['cv2', 'torch', 'enum', 'pathlib']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment