mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-04 20:03:13 +03:00
Add dependency for jinja2
This commit is contained in:
parent
75a202ce65
commit
56077e7e64
|
@ -16,6 +16,7 @@ requests>=2.13.0,<3.0.0
|
||||||
tqdm>=4.38.0,<5.0.0
|
tqdm>=4.38.0,<5.0.0
|
||||||
pydantic>=1.5.0,<2.0.0
|
pydantic>=1.5.0,<2.0.0
|
||||||
pytokenizations
|
pytokenizations
|
||||||
|
jinja2>=2.1.0,<3.0.0
|
||||||
# Official Python utilities
|
# Official Python utilities
|
||||||
setuptools
|
setuptools
|
||||||
packaging>=20.0
|
packaging>=20.0
|
||||||
|
|
|
@ -53,6 +53,7 @@ install_requires =
|
||||||
requests>=2.13.0,<3.0.0
|
requests>=2.13.0,<3.0.0
|
||||||
pydantic>=1.5.0,<2.0.0
|
pydantic>=1.5.0,<2.0.0
|
||||||
pytokenizations
|
pytokenizations
|
||||||
|
jinja2>=2.1.0,<3.0.0
|
||||||
# Official Python utilities
|
# Official Python utilities
|
||||||
setuptools
|
setuptools
|
||||||
packaging>=20.0
|
packaging>=20.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user