加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
JinyuChata 提交于 2022-04-05 10:58 . reset to interactive
[tool.poetry]
name = "provdb-unicorn-connector"
version = "0.1.0"
description = "provdb-unicorn connector"
authors = ["JinyuChata <jinyuzhu@smail.nju.edu.cn>"]
[[tool.poetry.source]]
name = "thu"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
[tool.poetry.dependencies]
python = ">=3.8.0, <3.11"
apscheduler = "^3.9.1"
requests = "^2.27.1"
loguru = "^0.6.0"
tqdm = "^4.63.1"
numpy = "^1.22.3"
scipy = "^1.8.0"
sklearn = "^0.0"
xxhash = "^3.0.0"
pyinquirer = "^1.0.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化