From 5238f64f4827a293171e9dc775dcd9d684d6a9fa Mon Sep 17 00:00:00 2001 From: fidelram Date: Thu, 26 Oct 2017 12:26:55 +0200 Subject: [PATCH] updated setup.py to add hicexplorer dependency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9d8b821..e00b37f 100755 --- a/setup.py +++ b/setup.py @@ -72,8 +72,8 @@ def run(self): description='Simple web browser to visualize Hi-C and other genomic data.', long_description=open('README.md').read(), install_requires=[ - "Flask==0.10.1", - "hicbrowser", + "flask", + "hicexplorer", "bx-python" ], cmdclass={'sdist': sdist}