util: add backport for shutil.which()

This commit is contained in:
Roman Zeyde
2017-11-15 21:29:11 +02:00
parent 4926d4f4d3
commit 9bbc66cc16
2 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ setup(
'libagent.ssh'
],
install_requires=[
'backports.shutil_which>=3.5.1',
'ecdsa>=0.13',
'ed25519>=1.4',
'pymsgbox>=1.0.6',