diff --git a/setup.py b/setup.py index 5b2d530..dd36bdd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ author="cytopia", author_email="cytopia@everythingcli.org", url="https://github.com/devilbox/vhost-gen", - install_requires=["pyaml", "future"], + install_requires=["pyyaml", "future"], scripts=[ "bin/vhost-gen" ],