Need to require higher Jinja2. Closes #728.
This commit is contained in:
parent
4a92f9fdb0
commit
4157abe8de
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
install_requires = [
|
||||
"Jinja2",
|
||||
"Jinja2>=2.8",
|
||||
"boto>=2.36.0",
|
||||
"httpretty==0.8.10",
|
||||
"requests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue