1 Star 0 Fork 31

ohos_llvm/third_party_jinja2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Lord 提交于 2021-05-11 14:19 . update markupsafe minimum version
from setuptools import setup
# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.
setup(
name="Jinja2",
install_requires=["MarkupSafe>=2.0"],
extras_require={"i18n": ["Babel>=2.7"]},
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_llvm/third_party_jinja2.git
[email protected]:ohos_llvm/third_party_jinja2.git
ohos_llvm
third_party_jinja2
third_party_jinja2
master

搜索帮助