lock httpretty.

This commit is contained in:
Steve Pulec 2015-12-13 21:53:58 -05:00
parent cac88cf3e3
commit 2e69986e01

View File

@ -6,7 +6,7 @@ install_requires = [
"Jinja2", "Jinja2",
"boto>=2.26.0", "boto>=2.26.0",
"flask", "flask",
"httpretty>=0.6.1", "httpretty==0.8.10",
"requests", "requests",
"xmltodict", "xmltodict",
"six", "six",