1 Star 0 Fork 184

围城北/mootdx

forked from bopo/mootdx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
bopo 提交于 2023-05-29 11:18 . bump: version 0.10.5 → 0.10.6
[tool.poetry]
name = "mootdx"
version = "0.10.6"
description = "通达信数据读取接口."
authors = ["bopo <[email protected]>"]
readme = "README.md"
license = "MIT license"
homepage = "https://www.mootdx.com"
repository = "https://github.com/mootdx/mootdx"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[tool.poetry.scripts]
mootdx = "mootdx.__main__:entry"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.23.1"
pandas = "^1.5.2"
tenacity = "^8.1.0"
tdxpy = "^0.1.10"
tqdm = "^4.65.0"
py-mini-racer = { version = "^0.6.0", optional = true }
prettytable = { version = "^3.5.0", optional = true }
click = { version = "^8.1.3", optional = true }
typing-extensions = "^4.5.0"
[tool.poetry.extras]
fetch = ["py-mini-racer"]
cli = ["prettytable", "click"]
all = ["prettytable", "click", "py-mini-racer"]
[tool.poetry.group.dev.dependencies]
pip = "^23.1.2"
[tool.poetry.group.test.dependencies]
pytest-cov = "^4.0.0"
freezegun = "^1.2.2"
pytest = "^7.3.1"
[[tool.poetry.source]]
name = "mirrors"
url = "https://mirrors.ustc.edu.cn/pypi/web/simple"
default = true
secondary = false
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = "tests"
addopts = "-p no:warnings"
log_cli = 0
log_cli_level = "DEBUG"
[tool.commitizen]
tag_format = "v$version"
annotated_tag = true
changelog_file = "docs/history.md"
changelog_incremental = true
update_changelog_on_bump = true
version_provider = "poetry"
version_files = [
"mootdx/__init__.py:__version__",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/weichengpei/mootdx.git
[email protected]:weichengpei/mootdx.git
weichengpei
mootdx
mootdx
master

搜索帮助