add jinja2 to install_requires

This commit is contained in:
Steve Pulec 2013-02-26 15:00:18 -05:00
parent 4783db9b15
commit 9452e7c2ec

View File

@ -12,6 +12,7 @@ setup(
url='https://github.com/spulec/moto',
packages=find_packages(),
install_requires=[
"boto"
"boto",
"Jinja2",
],
)