Skip to content
Snippets Groups Projects
Commit d9c44969 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Require correct version of six

parent 31259b3c
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,7 @@ def main(): ...@@ -212,6 +212,7 @@ def main():
"decorator>=3.2.0", "decorator>=3.2.0",
"cffi>=1.1.0", "cffi>=1.1.0",
"appdirs>=1.4.0", "appdirs>=1.4.0",
"six>=1.9.0",
# "Mako>=0.3.6", # "Mako>=0.3.6",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment