summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 70e3e03..36de2d5 100755
--- a/setup.py
+++ b/setup.py
@@ -112,6 +112,11 @@ setup(
cmdclass={
'pylint': CheckPylint
},
+
+ # virt-bootstrap uses passlib to compute the hash of
+ # root password for root file system.
+ install_requires=['passlib>=1.6.1'],
+
extras_require={
'dev': [
'pylint',