From 4d50013e07e006d771dde997c046014d483c893d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 26 May 2017 12:59:40 -0400 Subject: Add optional dependencies; bump build (#215) --- crds/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crds/build.sh') diff --git a/crds/build.sh b/crds/build.sh index b623a78..762d43b 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1 @@ - - -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1 \ No newline at end of file +python setup.py install -- cgit