1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Added mock to tests_require

This commit is contained in:
Jakub Roztočil
2015-03-25 22:52:49 +01:00
parent daf3573908
commit 483546d781
+1
View File
@@ -31,6 +31,7 @@ tests_require = [
# https://bitbucket.org/pypa/setuptools/issue/196/
'pytest-httpbin',
'pytest',
'mock',
]