strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

commit 78c755d819fc357d8a4cbec5f0c5ecd03d92f773
parent 0ec147ed02a7fd8dced3cf1c91f75db99da71c4e
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 16 Jul 2017 19:57:19 -0700

Add bottle and Pillow to requirements

Diffstat:
Mrequirements.txt | 1+
Mtox.ini | 4+++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,4 @@ mypy pytest bottle +Pillow diff --git a/tox.ini b/tox.ini @@ -8,8 +8,10 @@ deps= pylint pytest mypy + bottle + Pillow commands= mypy --strict --ignore-missing-imports src/strix/ src/bin/strix pylint --rcfile=pylint.rc -E src/strix/ src/bin/strix nosetests --with-coverage [] # substitute with tox' positional arguments - pytest -v +# pytest -v