diff --git a/setup.py b/setup.py index 1ff66ae..59dbe2a 100755 --- a/setup.py +++ b/setup.py @@ -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',