diff options
author | Peter Amstutz | 2020-04-30 12:07:03 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-30 12:07:03 -0400 |
commit | 3b69ffa7d7f3b24a393bbf11b9de79a9eb96eac6 (patch) | |
tree | 2a07da1aedb8bb7d6cb98a6119a96126c53e8f1e | |
parent | e3d45f22bf1943bcba5b09a7e78254ebaacf9f95 (diff) | |
download | bh20-seq-resource-3b69ffa7d7f3b24a393bbf11b9de79a9eb96eac6.tar.gz bh20-seq-resource-3b69ffa7d7f3b24a393bbf11b9de79a9eb96eac6.tar.lz bh20-seq-resource-3b69ffa7d7f3b24a393bbf11b9de79a9eb96eac6.zip |
Add py-dateutil to dependencies.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ try: except ImportError: tagger = egg_info_cmd.egg_info -install_requires = ["arvados-python-client", "schema-salad", "python-magic", "pyshex"] +install_requires = ["arvados-python-client", "schema-salad", + "python-magic", "pyshex", "py-dateutil"] web_requires = ["flask", "pyyaml"] needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv) |