Bugfix: We have to ensure to have the latest version of the six package installed...
[osm/vim-emu.git] / setup.py
index a3252bf..f134ffe 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name='emuvim',
           'tabulate',
           'argparse',
           'networkx',
-          'six',
+          'six>=1.9',
           'ryu',
           'oslo.config',
           'pytest'