From be1e351f3cec78348aee5c9446f2ec2b4e601f0f Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Mon, 1 May 2017 13:06:40 -0400 Subject: [PATCH] use install_requires --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8338b95..2d9381a 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,6 @@ author_email='rons.shah@gmail.com', url='https://github.com/rhshah/basicfiltering', license=license, + install_requires=['nose==1.3.7', 'pyvcf==0.6.7', 'pandas==0.16.2', 'coloredlogs==5.2','codecov==2.0.5', 'coverage==4.3.4'], packages=find_packages(exclude=('tests', 'docs')) -) \ No newline at end of file +)