diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -11,7 +11,7 @@ Dependencies * python 2 or 3 * skopeo * virt-sandbox - * libguestfs + * libguestfs python binding Hacking ------- diff --git a/requirements.txt b/requirements.txt index cbd8310..ae7132f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ --index-url https://pypi.python.org/simple/ passlib>=1.6.1 +guestfs + +--find-links 'http://download.libguestfs.org/python#egg=guestfs' +--trusted-host 'download.libguestfs.org' -e . |