Remove restriction on maximum jinja2 version as we're hoping the next release will work with jinja2-2.9
This commit is contained in:
parent
2f0dba4f36
commit
f649a87a19
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(name='ansible',
|
|||
license='GPLv3',
|
||||
# Ansible will also make use of a system copy of python-six if installed but use a
|
||||
# Bundled copy if it's not.
|
||||
install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
|
||||
package_dir={ '': 'lib' },
|
||||
packages=find_packages('lib'),
|
||||
package_data={
|
||||
|
|
Loading…
Reference in a new issue