diff options
author | Jean SIMARD <woshilapin@tuziwo.info> | 2016-07-17 13:19:25 -0400 |
---|---|---|
committer | Jean SIMARD <woshilapin@tuziwo.info> | 2016-07-17 13:19:25 -0400 |
commit | 5783b75c7b56ede173a9e811f93bb793e2c3d37b (patch) | |
tree | 92375a12225e320cfe0500f5e770b462cf457e38 | |
parent | e8fa02a07f3ee8965c022df4e92d5bdb0fccdb0b (diff) | |
download | servo-5783b75c7b56ede173a9e811f93bb793e2c3d37b.tar.gz servo-5783b75c7b56ede173a9e811f93bb793e2c3d37b.zip |
Add a missing pip dependency for html5lib
-rw-r--r-- | python/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |