Crash report with Sentry

This commit is contained in:
Julien Duponchelle
2015-02-24 17:40:01 +01:00
parent 67be24a412
commit 250bb38d7c
6 changed files with 63 additions and 4 deletions

View File

@ -38,7 +38,8 @@ dependencies = ["aiohttp==0.14.4",
"jsonschema==2.4.0",
"apache-libcloud==0.16.0",
"requests==2.5.0",
"Jinja2==2.7.3"]
"Jinja2==2.7.3",
"raven==5.2.0"]
if sys.version_info == (3, 3):
dependencies.append("asyncio==3.4.2")