add requirements.txt

pull/19/head
Kai Chen 2018-10-13 01:50:42 +08:00
parent 54dd32ea22
commit da39212f94
2 changed files with 7 additions and 1 deletions

View File

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

6
requirements.txt 100644
View File

@ -0,0 +1,6 @@
addict
numpy>=1.11.1
pyyaml
six
requests
opencv-python