release 3.2.2 - pip package hopefully has dependencies dealt with by pip
[nepi.git] / setup.py
index 7821ac9..c4311b4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -52,5 +52,11 @@ setup(
         "nepi.resources.planetlab" : [ "scripts/*.py" ],
         "nepi.resources.linux" : [ "scripts/*.py" ],
         "nepi.resources.linux.ns3" : [ "dependencies/*.tar.gz" ]
-    }
+    },
+    install_requires = [
+        "ipaddr",
+        "networkx",
+        "pygraphviz",
+        "matplotlib",
+        ]
 )