summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'])