mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 15:25:47 +03:00
Remove now-built-in jinja2>=3.1.0 extensions
This commit is contained in:
parent
b982aeb932
commit
ccaba3c459
|
@ -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