1 Star 0 Fork 0

潘志浩 / pywencai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
pluto 提交于 2024-01-09 23:12 . fix: 增加version参数
[tool.poetry]
name = "pywencai"
version = "0.12.2"
description = ""
authors = ["pluto <mayuanchi1029@gmail.com>"]
readme = "README.md"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
[tool.poetry.dependencies]
python = "^3.8"
PyExecJS = "^1.5.1"
requests = "*"
pandas = {version = "^1.5.0 || ^2.0.0"}
fake-useragent = "^1.1.1"
pydash = "^7.0.3"
[tool.poetry.group.dev.dependencies]
notebook = "^6.4.12"
mypy = "^1.2.0"
autopep8 = "^2.0.2"
types-requests = "^2.30.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Python
1
https://gitee.com/BrucePan/pywencai.git
git@gitee.com:BrucePan/pywencai.git
BrucePan
pywencai
pywencai
main

搜索帮助