Display an upload form (upload is not yet ready)

This commit is contained in:
Julien Duponchelle
2015-02-23 11:27:07 +01:00
parent 210aa6f12a
commit f7cd09d5fb
30 changed files with 234 additions and 100 deletions

View File

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