From 5783b75c7b56ede173a9e811f93bb793e2c3d37b Mon Sep 17 00:00:00 2001 From: Jean SIMARD Date: Sun, 17 Jul 2016 13:19:25 -0400 Subject: [PATCH] Add a missing pip dependency for html5lib --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index cf6ddc136b0..cd137325d59 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,6 +3,7 @@ mach == 0.6.0 mozdebug == 0.1 mozinfo == 0.8 mozlog == 3.0 +setuptools == 18.5 toml == 0.9.1 # For Python linting