about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Amstutz2020-08-24 18:48:50 +0000
committerPeter Amstutz2020-08-24 18:48:50 +0000
commit0318be0e9ed246a4b7d7d6d91dc94d2819739b98 (patch)
treea96b8b1a1c38875544cb44e5627210a07f8f3c7d
parent4cef89b3d82e90a190cca4e87eda9ccff22ba6f5 (diff)
downloadbh20-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 412c103..1a2a8f6 100644
--- a/setup.py
+++ b/setup.py
@@ -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)