mirror of https://github.com/explosion/spaCy.git
Remove now-built-in jinja2>=3.1.0 extensions
This commit is contained in:
parent
ed2ac34a8a
commit
33eb63b157
|
@ -206,7 +206,6 @@ class JinjaToJS(object):
|
|||
self.environment = Environment(
|
||||
loader=FileSystemLoader(template_root),
|
||||
autoescape=True,
|
||||
extensions=["jinja2.ext.with_", "jinja2.ext.autoescape"],
|
||||
)
|
||||
self.output = StringIO()
|
||||
self.stored_names = set()
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# These are used to compile the training quickstart config
|
||||
jinja2
|
||||
jinja2>=3.1.0
|
||||
srsly
|
||||
|
|
Loading…
Reference in New Issue