diff options
author | Peter Amstutz | 2020-08-24 18:48:50 +0000 |
---|---|---|
committer | Peter Amstutz | 2020-08-24 18:48:50 +0000 |
commit | 0318be0e9ed246a4b7d7d6d91dc94d2819739b98 (patch) | |
tree | a96b8b1a1c38875544cb44e5627210a07f8f3c7d | |
parent | 4cef89b3d82e90a190cca4e87eda9ccff22ba6f5 (diff) | |
download | bh20-seq-resource-0318be0e9ed246a4b7d7d6d91dc94d2819739b98.tar.gz bh20-seq-resource-0318be0e9ed246a4b7d7d6d91dc94d2819739b98.tar.lz bh20-seq-resource-0318be0e9ed246a4b7d7d6d91dc94d2819739b98.zip |
Fix dependency conflict with PyShExC
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ except ImportError: tagger = egg_info_cmd.egg_info install_requires = ["arvados-python-client", "schema-salad", - "python-magic", "pyshex", "py-dateutil"] + "python-magic", "pyshex", "pyshexc==0.7.0", "py-dateutil"] web_requires = ["flask", "pyyaml"] needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv) |