Add missing pre-reqs

Attempting to install 0.10.2 from PyPI failed because docutils and wheel were not installed.
This commit is contained in:
walkjivefly
2018-11-30 12:31:54 +07:00
committed by GitHub
parent ddd823d976
commit a71fa8de9e

View File

@@ -15,6 +15,8 @@ setup(
'libagent.ssh'
],
install_requires=[
'docutils>=0.14',
'wheel>=0.32.3',
'backports.shutil_which>=3.5.1',
'ConfigArgParse>=0.12.1',
'python-daemon>=2.1.2',