forked from orbit-oss/flask
Bump Jinja2 requirements
The 2.10.1 version was released 2019-04-06 and contains important security fix. This change allows flask users to avoid implicit insecure dependency.
This commit is contained in:
parent
86bf9dca72
commit
de01dfb702
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ setup(
|
||||||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Werkzeug>=0.14',
|
'Werkzeug>=0.14',
|
||||||
'Jinja2>=2.10',
|
'Jinja2>=2.10.1',
|
||||||
'itsdangerous>=0.24',
|
'itsdangerous>=0.24',
|
||||||
'click>=5.1',
|
'click>=5.1',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue