Unverified Commit eb93599e authored by Lei Yang's avatar Lei Yang Committed by GitHub
Browse files

Add yapf to install_requires (#285)

parent 27e3284e
......@@ -22,7 +22,7 @@ def choose_requirement(primary, secondary):
return str(primary)
install_requires = ['addict', 'numpy', 'pyyaml']
install_requires = ['addict', 'numpy', 'pyyaml', 'yapf']
# If first not installed install second package
CHOOSE_INSTALL_REQUIRES = [('opencv-python-headless>=3', 'opencv-python>=3')]
......
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