加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
JinyuChata 提交于 2022-05-03 15:32 . init fastapi
[tool.poetry]
name = "provdb-tag-graph-script"
version = "0.1.0"
description = ""
authors = ["jinyuzhu"]
[[tool.poetry.source]]
name = "thu"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
[tool.poetry.dependencies]
python = "^3.8"
PyInquirer = "^1.0.3"
kafka-python = "^2.0.2"
loguru = "^0.6.0"
tqdm = "^4.64.0"
fastapi = "^0.75.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化