From 5d15437ec599170c391438fba1e6904a6343f069 Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Tue, 23 Jul 2013 17:27:00 +0100
Subject: [PATCH] adding package requirements

---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 531a5af..5d8d23f 100644
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,7 @@ setup(
     description='Python interface and tools for FINESSE',
     long_description=open('README.txt').read(),
     install_requires=[
+    "PyQt4 >= 4.8.3",
+    "numpy >= 1.6.2"
     ],
 )
\ No newline at end of file
-- 
GitLab