1
0

K线分析

This commit is contained in:
2025-01-21 23:19:07 +08:00
parent 576d9abc3c
commit f34ce1374b
2 changed files with 139 additions and 13 deletions

26
poetry.lock generated
View File

@@ -15,14 +15,14 @@ files = [
[[package]] [[package]]
name = "akshare" name = "akshare"
version = "1.15.78" version = "1.15.79"
description = "AKShare is an elegant and simple financial data interface library for Python, built for human beings!" description = "AKShare is an elegant and simple financial data interface library for Python, built for human beings!"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "akshare-1.15.78-py3-none-any.whl", hash = "sha256:4903a7b526dae908c0bcd7876408b233c2df27a02d3d4c62745cee48208ea5b9"}, {file = "akshare-1.15.79-py3-none-any.whl", hash = "sha256:0ab7f11d811fe0483c3d7f585a429ce2bb9deab2f6d20c36ea6cc4cb2b4e0541"},
{file = "akshare-1.15.78.tar.gz", hash = "sha256:1060d125591a49cf2897989e98aa40768b8501564bbacd9a8cd375524e382907"}, {file = "akshare-1.15.79.tar.gz", hash = "sha256:29b8dfae32a21517350be7b366f8ef64cddd9145607924b57e3c37d71f85e41e"},
] ]
[package.dependencies] [package.dependencies]
@@ -819,14 +819,14 @@ files = [
[[package]] [[package]]
name = "holidays" name = "holidays"
version = "0.64" version = "0.65"
description = "Open World Holidays Framework" description = "Open World Holidays Framework"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "holidays-0.64-py3-none-any.whl", hash = "sha256:df5bd6efce61f2eafe235bddc847d4a9a3adeff0270711516588aeeef4ba98b7"}, {file = "holidays-0.65-py3-none-any.whl", hash = "sha256:9fb957f6c2ac5b849e3473e000e0acfad4553215b575d43d6b60e09c47bb7897"},
{file = "holidays-0.64.tar.gz", hash = "sha256:c9ebd1b0391700cadeb4fab88274833ee7f1f355966e0486068ec0816122d26a"}, {file = "holidays-0.65.tar.gz", hash = "sha256:a20a4f0299b1ecd6238c8a62f622c637742ee3212b3abeb616a85686b99ea621"},
] ]
[package.dependencies] [package.dependencies]
@@ -2362,14 +2362,14 @@ twisted = ["twisted"]
[[package]] [[package]]
name = "prompt-toolkit" name = "prompt-toolkit"
version = "3.0.48" version = "3.0.50"
description = "Library for building powerful interactive command lines in Python" description = "Library for building powerful interactive command lines in Python"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.8.0"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"}, {file = "prompt_toolkit-3.0.50-py3-none-any.whl", hash = "sha256:9b6427eb19e479d98acff65196a307c555eb567989e6d88ebbb1b509d9779198"},
{file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"}, {file = "prompt_toolkit-3.0.50.tar.gz", hash = "sha256:544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab"},
] ]
[package.dependencies] [package.dependencies]
@@ -3322,14 +3322,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,
[[package]] [[package]]
name = "tushare" name = "tushare"
version = "1.4.17" version = "1.4.18"
description = "A utility for crawling historical and Real-time Quotes data of China stocks" description = "A utility for crawling historical and Real-time Quotes data of China stocks"
optional = false optional = false
python-versions = "*" python-versions = "*"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "tushare-1.4.17-py3-none-any.whl", hash = "sha256:a367389cbc50098f49a397263284ec424877b72e4776cb2ba59d4b0dd6f2bc37"}, {file = "tushare-1.4.18-py3-none-any.whl", hash = "sha256:56a9ec5d977f3d1a5d8189cd3de67f144948f72e75a8375cb439892d7a78c1ab"},
{file = "tushare-1.4.17.tar.gz", hash = "sha256:e73c471ec96261b70937a66daa7942ad6372a86a37218468980c61dc8bace323"}, {file = "tushare-1.4.18.tar.gz", hash = "sha256:50f1a1d7e4c5527a83f9cd04e29f640557cc725b8651afd38d7218767b8aa556"},
] ]
[package.dependencies] [package.dependencies]

File diff suppressed because one or more lines are too long