mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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(
|
self.environment = Environment(
|
||||||
loader=FileSystemLoader(template_root),
|
loader=FileSystemLoader(template_root),
|
||||||
autoescape=True,
|
autoescape=True,
|
||||||
extensions=["jinja2.ext.with_", "jinja2.ext.autoescape"],
|
|
||||||
)
|
)
|
||||||
self.output = StringIO()
|
self.output = StringIO()
|
||||||
self.stored_names = set()
|
self.stored_names = set()
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# These are used to compile the training quickstart config
|
# These are used to compile the training quickstart config
|
||||||
jinja2
|
jinja2>=3.1.0
|
||||||
srsly
|
srsly
|
||||||
|
|
Loading…
Reference in New Issue
Block a user