From 669aed9ec7261c49c49ed26c31f218e42faa491a Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 10 Oct 2018 19:44:18 -0700 Subject: cli: Add "import" command Currently the import command will only accept YAML files, but is ready for expansion to other formats as needed. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5910ab6..f2f16d1 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( }, install_requires=[ 'Click>=6.0', # for better Windows console support + 'PyYAML', # importing from YAML files ], #py_modules=["vgstash"], classifiers=( -- cgit v1.2.3-54-g00ecf