X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=ef584b0d2812338a129f5f14f19e222ebc39cf8d;hb=4118821ed6b57a7a88bf0471aa7ae6acff4187c6;hp=7821ac9e101a7610b0460d53e1552daf9e384dfd;hpb=4e3bb1f78bb8274ffb9bf5a8fccd9cc2136949f9;p=nepi.git diff --git a/setup.py b/setup.py index 7821ac9e..ef584b0d 100755 --- 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", + ] )