Skip to content

Commit

Permalink
Fixed Jinja requirements for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonb committed Mar 28, 2022
1 parent a724d3f commit fb1ab67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Django
django-jinja>=2.4.1,<3
Jinja2>=2.7.1
transifex-client

flake8
Expand Down
1 change: 0 additions & 1 deletion test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
'undefined': 'jinja2.Undefined',
'extensions': [
'jinja2.ext.i18n',
'jinja2.ext.autoescape',
'waffle.jinja.WaffleExtension',
],
}
Expand Down

0 comments on commit fb1ab67

Please sign in to comment.