X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=setup.py;h=a3252bfc984d6a183a557e51adbfa3c256d794db;hp=dcda018d47d63357bddd30316e23a69b5363af22;hb=a1a5ed0f026ead6360e3a0ce5599804d009f1f8b;hpb=3f6daa9928e2c16534febe67d62d798a779a5178 diff --git a/setup.py b/setup.py index dcda018..a3252bf 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,15 @@ setup(name='emuvim', packages=find_packages('src'), install_requires=[ 'pyaml', + 'six', + 'zerorpc', + 'tabulate', + 'argparse', + 'networkx', + 'six', + 'ryu', + 'oslo.config', + 'pytest' ], zip_safe=False, entry_points={