From 565812a92cd22d41aa6f5f85a6b451386422fb4a Mon Sep 17 00:00:00 2001 From: zlg Date: Mon, 3 Sep 2018 02:52:57 -0700 Subject: Branch off from master with pytest, tox, click This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7df6387 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Click +pytest -- cgit v1.2.3-54-g00ecf