diff options
author | marmeladema <xademax@gmail.com> | 2019-10-14 00:21:54 +0100 |
---|---|---|
committer | marmeladema <xademax@gmail.com> | 2019-10-16 00:22:06 +0100 |
commit | f063ea64a5023aa95f7165ed46d87c43c1f52340 (patch) | |
tree | 10372be50340eb21a7f0a8ae539f9b9853ac420b /python/requirements.txt | |
parent | 4e1ee07a79a1d4f696c259c1774e215e389c8eee (diff) | |
download | servo-f063ea64a5023aa95f7165ed46d87c43c1f52340.tar.gz servo-f063ea64a5023aa95f7165ed46d87c43c1f52340.zip |
Add six module to python requirements.txt for Python3 compatibility
Diffstat (limited to 'python/requirements.txt')
-rw-r--r-- | python/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 7316d105814..438d97e3ddb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -32,4 +32,7 @@ boto3 == 1.4.4 # https://github.com/servo/servo/pull/18942 certifi +# For Python3 compatibility +six + -e python/tidy |