fix all-tests
[nepi.git] / setup.py
index 7821ac9..ef584b0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -52,5 +52,14 @@ setup(
         "nepi.resources.planetlab" : [ "scripts/*.py" ],
         "nepi.resources.linux" : [ "scripts/*.py" ],
         "nepi.resources.linux.ns3" : [ "dependencies/*.tar.gz" ]
-    }
+    },
+    install_requires = [
+        "ipaddr",
+        "networkx",
+        # refrain from mentioning these ones that are not exactly crucial
+        # and that have additional, non-python, dependencies
+        # that can easily break the whole install
+        # "matplotlib",
+        # "pygraphviz",
+        ]
 )