diff options
author | Pjotr Prins | 2020-11-10 14:06:21 +0000 |
---|---|---|
committer | GitHub | 2020-11-10 14:06:21 +0000 |
commit | d213801678926e16135299a2e3ca0392a821507b (patch) | |
tree | 0c9919dec5153284f7c89d4054e36685aea0b493 /setup.py | |
parent | d53120b6106e301c7f5b58bdb4dc89f85dbe2ad0 (diff) | |
parent | 203293363640e7f45ceaff09fb1a83f8c0f1496a (diff) | |
download | bh20-seq-resource-d213801678926e16135299a2e3ca0392a821507b.tar.gz bh20-seq-resource-d213801678926e16135299a2e3ca0392a821507b.tar.lz bh20-seq-resource-d213801678926e16135299a2e3ca0392a821507b.zip |
Merge pull request #114 from BonfaceKilz/feature/add-twitter-feed
Feature/add twitter feed
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 [] |