X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=6775bd6740dc689932629a610f4d4f7c355daadd;hb=refs%2Fheads%2Fpy3;hp=7821ac9e101a7610b0460d53e1552daf9e384dfd;hpb=4e3bb1f78bb8274ffb9bf5a8fccd9cc2136949f9;p=nepi.git diff --git a/setup.py b/setup.py index 7821ac9e..6775bd67 100755 --- a/setup.py +++ b/setup.py @@ -52,5 +52,13 @@ setup( "nepi.resources.planetlab" : [ "scripts/*.py" ], "nepi.resources.linux" : [ "scripts/*.py" ], "nepi.resources.linux.ns3" : [ "dependencies/*.tar.gz" ] - } + }, + install_requires = [ + "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", + ] )