summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2016-03-22 20:25:04 +0100
committerGard Spreemann <gspreemann@gmail.com>2016-03-22 20:25:04 +0100
commit5b8a54efec8e7fc76ce348842bb3ec70e308d85b (patch)
treefa426a00a0bb75df01be21d5250568cc9d533dc0
parent9f9c9f01677ef2ce88f16011d833ab389558f0d5 (diff)
Dependencies.
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c94fcc8..6806c4c 100644
--- a/setup.py
+++ b/setup.py
@@ -7,4 +7,5 @@ setup(name='phstuff',
author='Gard Spreemann',
author_email='gard.spreemann@epfl.ch',
license='GPL-3',
- packages=['phstuff'])
+ packages=['phstuff'],
+ install_requires=['matplotlib', 'numpy'])