mirror of
https://github.com/django/django.git
synced 2025-11-26 21:51:57 +00:00
Require Jinja2 >= 2.9.2 in test requirements.
While our code also works with any Jinja2 >2.7,<2.9 use >2.9.2 for simplicity reasons in the requirements file.
This commit is contained in:
parent
f8e36047da
commit
d27643354e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ argon2-cffi >= 16.1.0
|
||||||
bcrypt
|
bcrypt
|
||||||
docutils
|
docutils
|
||||||
geoip2
|
geoip2
|
||||||
jinja2 >= 2.7,<2.9
|
jinja2 >= 2.9.2
|
||||||
numpy
|
numpy
|
||||||
Pillow
|
Pillow
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue