diff options
author | zlg <zlg@zlg.space> | 2018-09-03 02:52:57 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-09-03 02:55:21 -0700 |
commit | 565812a92cd22d41aa6f5f85a6b451386422fb4a (patch) | |
tree | 5858923eb443465c078040c0e8cc13739290f195 /requirements.txt | |
parent | Flesh out filter types and ownership status (diff) | |
download | vgstash-565812a92cd22d41aa6f5f85a6b451386422fb4a.tar.gz vgstash-565812a92cd22d41aa6f5f85a6b451386422fb4a.tar.bz2 vgstash-565812a92cd22d41aa6f5f85a6b451386422fb4a.tar.xz vgstash-565812a92cd22d41aa6f5f85a6b451386422fb4a.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |