Fixes of the REST interface dashboard.
[osm/vim-emu.git] / setup.py
index 7fb1add..7442fda 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,9 @@ setup(name='emuvim',
           'gevent',
           'flake8',
           # fixes: https://github.com/pytest-dev/pytest/issues/4770
-          'more-itertools<=5.0.0'
+          'more-itertools<=5.0.0',
+          'jinja2',
+          'psutil'
       ],
       zip_safe=False,
       entry_points={