From 7590b12ecec967575763c9c3a3bbefa4130ff503 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 5 Mar 2019 13:01:11 -0600 Subject: [PATCH] adding dependencies --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 156b6c9..5211770 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,10 @@ from setuptools import setup, find_packages setup( name = "risk", version = "0.1", - packages = find_packages() + author = "Health Information Privacy Lab", + author_email = "steve.l.nyemba@vanderbilt.edu", + license = "MIT", + + packages = ['numpy','pandas'], + install_requires = ['numpy','pandas'] ) \ No newline at end of file