strix

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

commit 1eec5721d3524db4c9453dfa32a20a49e54c7a9d
parent a18270a9787c22fa9445eb856c843494d7102d24
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 14 Apr 2019 17:12:00 -0700

pin gevent version for bottle limitations

Diffstat:
Mrequirements.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,6 @@ bottle -gevent +# Because bottle doesn't work with gevent >= 1.3.0 +gevent == 1.2.2 mypy Pillow pytest