aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy')
-rw-r--r--python/tidy/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tidy/setup.py b/python/tidy/setup.py
index c761bea7b2f..66229fe4c91 100644
--- a/python/tidy/setup.py
+++ b/python/tidy/setup.py
@@ -17,6 +17,8 @@ install_requires = [
"flake8==2.4.1",
"toml==0.9.2",
"colorama==0.3.7",
+ "voluptuous==0.11.5",
+ "PyYAML==5.1",
]
here = os.path.dirname(os.path.abspath(__file__))