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. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7df6387..bc0dfb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Click pytest +PyYAML -- cgit v1.2.3-54-g00ecf