From 0318be0e9ed246a4b7d7d6d91dc94d2819739b98 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 24 Aug 2020 18:48:50 +0000 Subject: Fix dependency conflict with PyShExC --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3