Commit d4b9c175 authored by Thomas Larrieu's avatar Thomas Larrieu

adding mock as a test dependency

parent d9e40d34
...@@ -54,6 +54,7 @@ setup(name=name, ...@@ -54,6 +54,7 @@ setup(name=name,
),}, ),},
tests_require=[ tests_require=[
'pyflakes', 'pyflakes',
'mock'
], ],
zip_safe=False, # proxy depends on Flask, which has issues with zip_safe=False, # proxy depends on Flask, which has issues with
# accessing templates # accessing templates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment