[build/setup.py] add 'jinja2' to 'extra' dependencies (#1390)
This commit is contained in:
1
setup.py
1
setup.py
@@ -111,6 +111,7 @@ def build_setuptools():
|
|||||||
"extra": [
|
"extra": [
|
||||||
"requests[socks]",
|
"requests[socks]",
|
||||||
"yt-dlp[default]",
|
"yt-dlp[default]",
|
||||||
|
"jinja2",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
"toml; python_version < '3.11'",
|
"toml; python_version < '3.11'",
|
||||||
"truststore; python_version >= '3.10'",
|
"truststore; python_version >= '3.10'",
|
||||||
|
|||||||
Reference in New Issue
Block a user