From 7091c7294b1e09ee0b48f2b9b1039d3968e59b73 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 11 Feb 2021 11:44:04 +0100 Subject: [PATCH] Add missing required packages in 'setup.py' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bd53c5174..fb6737b223 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ), package_data={'reframe': ['schemas/*']}, include_package_data=True, - install_requires=['jsonschema'], + install_requires=['argcomplete', 'jsonschema', 'PyYAML'], python_requires='>=3.6', scripts=['bin/reframe'], classifiers=(