Skip to content
Snippets Groups Projects
Commit c9ea5e6d authored by Luis Miguel Morillas's avatar Luis Miguel Morillas
Browse files

Adds six as requirement. It solves "ImportError: No module named six"

parent efa9e3b4
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class PyTest(TestCommand):
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
requirements = ['requests']
requirements = ['requests', 'six']
if sys.version_info < (2, 7):
requirements.append('ordereddict')
......
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