aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2020-11-05 00:12:01 +0300
committerBonfaceKilz2020-11-05 00:12:01 +0300
commit59b4c0ff845686ce2e58e0c2df126f1bae514ab1 (patch)
treef417d054e85ba51dff62d58a1bd1388b681cd908
parent712a193bec44c80070d16b7908c39f5ad294207e (diff)
downloadbh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.tar.gz
bh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.tar.lz
bh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.zip
Add Redis to web deps
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1a2a8f6..ec15b59 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ except ImportError:
install_requires = ["arvados-python-client", "schema-salad",
"python-magic", "pyshex", "pyshexc==0.7.0", "py-dateutil"]
-web_requires = ["flask", "pyyaml"]
+web_requires = ["flask", "pyyaml", "redis"]
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
pytest_runner = ["pytest < 6", "pytest-runner < 5"] if needs_pytest else []