diff --git a/setup.py b/setup.py index f796cdf..515d51b 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ 'glusto = glusto.main:main', ] }, - install_requires=['plumbum', 'rpyc', 'PyYAML', 'jinja2', + install_requires=['plumbum', 'rpyc', 'PyYAML==5.4.1', 'jinja2', 'pytest', 'nose', 'unittest-xml-reporting'] )