From 59b4c0ff845686ce2e58e0c2df126f1bae514ab1 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 5 Nov 2020 00:12:01 +0300 Subject: Add Redis to web deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [] -- cgit v1.2.3