X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=c4311b495732d848978293401dab754f4590cb8b;hb=7137010b13dcede2f6efcff0be902e1676b40144;hp=7821ac9e101a7610b0460d53e1552daf9e384dfd;hpb=8bc5089b28d81eac61cbfe4810bc43f1e4902dd4;p=nepi.git diff --git a/setup.py b/setup.py index 7821ac9e..c4311b49 100755 --- 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", + ] )