diff options
author | marmeladema <xademax@gmail.com> | 2019-10-20 20:59:25 +0100 |
---|---|---|
committer | marmeladema <xademax@gmail.com> | 2019-10-20 23:43:26 +0100 |
commit | 0aa6314ee29fcacc44e7f4401733857b3264d3be (patch) | |
tree | d84e663fe13c92773a5c8109afbfcb8c9f8d3762 /python | |
parent | bed6f2dbec2b5992d5c32d2cfea136e03e5cdcd7 (diff) | |
download | servo-0aa6314ee29fcacc44e7f4401733857b3264d3be.tar.gz servo-0aa6314ee29fcacc44e7f4401733857b3264d3be.zip |
Pin six module version to 1.12
Diffstat (limited to 'python')
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 438d97e3ddb..45eedfaf586 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -33,6 +33,6 @@ boto3 == 1.4.4 certifi # For Python3 compatibility -six +six == 1.12 -e python/tidy |