diff options
author | BonfaceKilz | 2020-11-05 00:12:01 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-05 00:12:01 +0300 |
commit | 59b4c0ff845686ce2e58e0c2df126f1bae514ab1 (patch) | |
tree | f417d054e85ba51dff62d58a1bd1388b681cd908 /setup.py | |
parent | 712a193bec44c80070d16b7908c39f5ad294207e (diff) | |
download | bh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.tar.gz bh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.tar.lz bh20-seq-resource-59b4c0ff845686ce2e58e0c2df126f1bae514ab1.zip |
Add Redis to web deps
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 [] |