From ca183d7052ff6a7e125926c72236badac33591ff Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sun, 23 Feb 2020 16:11:39 -0500 Subject: [PATCH] Add passlib to testenv dependencies --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 627c68b..6ea8145 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ deps = pytest pytest-cov toml + passlib marshmallow commands = pytest --cov={envsitepackagesdir}/keyosk --cov-config .coveragerc tests/ --cov-report term-missing