Fix: Fixed version of tinyrpc to not break the Ryu installation.
[osm/vim-emu.git] / setup.py
index 23bb860..c24498b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ setup(name='emuvim',
           'argparse',
           'networkx==1.11',
           'six>=1.9',
+          'tinyrpc==1.0.3',
           'ryu',
           'oslo.config',
           'pytest<=4.6.4',