Add yapf to install_requires (#285)

This commit is contained in:
Lei Yang 2020-05-15 20:25:59 +08:00 committed by GitHub
parent 27e3284e26
commit eb93599e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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