Skip to content

Commit

Permalink
[AIRFLOW-4901] Relaxes jinja2 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
purew committed Jul 10, 2019
1 parent a1f9d9a commit ee5caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def do_setup():
'gunicorn>=19.5.0, <20.0',
'iso8601>=0.1.12',
'json-merge-patch==0.2',
'jinja2>=2.10.1, <2.11.0',
'jinja2>=2.10.0, <2.11.0',
'lazy_object_proxy~=1.3',
'markdown>=2.5.2, <3.0',
'pandas>=0.17.1, <1.0.0',
Expand Down

0 comments on commit ee5caf8

Please sign in to comment.