📌 Write dependency
This commit is contained in:
parent
3b5a998aaa
commit
53cf5d678f
3 changed files with 859 additions and 18 deletions
34
poetry.lock
generated
34
poetry.lock
generated
|
@ -162,14 +162,14 @@ reference = "mirrors"
|
|||
|
||||
[[package]]
|
||||
name = "apscheduler"
|
||||
version = "3.10.0"
|
||||
version = "3.10.1"
|
||||
description = "In-process task scheduler with Cron-like capabilities"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "APScheduler-3.10.0-py3-none-any.whl", hash = "sha256:575299f20073c60a2cc9d4fa5906024cdde33c5c0ce6087c4e3c14be3b50fdd4"},
|
||||
{file = "APScheduler-3.10.0.tar.gz", hash = "sha256:a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a3696"},
|
||||
{file = "APScheduler-3.10.1-py3-none-any.whl", hash = "sha256:e813ad5ada7aff36fb08cdda746b520531eaac7757832abc204868ba78e0c8f6"},
|
||||
{file = "APScheduler-3.10.1.tar.gz", hash = "sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -262,14 +262,14 @@ reference = "mirrors"
|
|||
|
||||
[[package]]
|
||||
name = "bilibili-api-python"
|
||||
version = "15.1.0"
|
||||
description = "哔哩哔哩的各种 API 调用便捷整合(视频、动态、直播等),另外附加一些常用的功能。"
|
||||
version = "15.3.0"
|
||||
description = "The fork of module bilibili-api. 哔哩哔哩的各种 API 调用便捷整合(视频、动态、直播等),另外附加一些常用的功能。"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "bilibili-api-python-15.1.0.tar.gz", hash = "sha256:b27603333783fc5ed414f653600d3c168fb6f15cbd2400f6380c2d54a97ab8ce"},
|
||||
{file = "bilibili_api_python-15.1.0-py3-none-any.whl", hash = "sha256:89672c2ba0b25b179d889bec306af8c262d567dbf134f87b93929e34207053ce"},
|
||||
{file = "bilibili-api-python-15.3.0.tar.gz", hash = "sha256:a41748e02bef473b607194c75a97c5e21fc291edcba1a42b8ee2dcfb172b5ad6"},
|
||||
{file = "bilibili_api_python-15.3.0-py3-none-any.whl", hash = "sha256:5f83903f4c393be1039dc0e3d26be6ed1229116d6be4133aef87b9297ff853bd"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -349,14 +349,14 @@ reference = "mirrors"
|
|||
|
||||
[[package]]
|
||||
name = "bottle"
|
||||
version = "0.12.23"
|
||||
version = "0.12.24"
|
||||
description = "Fast and simple WSGI-framework for small web-applications."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "bottle-0.12.23-py3-none-any.whl", hash = "sha256:9f1c363257c590bd34db5fad4693a7f06ff4217e9ad18337451de69c25137127"},
|
||||
{file = "bottle-0.12.23.tar.gz", hash = "sha256:683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167"},
|
||||
{file = "bottle-0.12.24-py3-none-any.whl", hash = "sha256:fa88c66413ab07b5046545ac6e47a967d582143aef87f2c0fb0ef571d9977b5e"},
|
||||
{file = "bottle-0.12.24.tar.gz", hash = "sha256:2480121a73e87380989b77e32bd2092d190e7ea7d71e6f1b8f7af7eab9d54ea3"},
|
||||
]
|
||||
|
||||
[package.source]
|
||||
|
@ -1133,14 +1133,14 @@ reference = "mirrors"
|
|||
|
||||
[[package]]
|
||||
name = "platformdirs"
|
||||
version = "3.0.0"
|
||||
version = "3.1.0"
|
||||
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "platformdirs-3.0.0-py3-none-any.whl", hash = "sha256:b1d5eb14f221506f50d6604a561f4c5786d9e80355219694a1b244bcd96f4567"},
|
||||
{file = "platformdirs-3.0.0.tar.gz", hash = "sha256:8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9"},
|
||||
{file = "platformdirs-3.1.0-py3-none-any.whl", hash = "sha256:13b08a53ed71021350c9e300d4ea8668438fb0046ab3937ac9a29913a1a1350a"},
|
||||
{file = "platformdirs-3.1.0.tar.gz", hash = "sha256:accc3665857288317f32c7bebb5a8e482ba717b474f3fc1d18ca7f9214be0cef"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -1629,14 +1629,14 @@ reference = "mirrors"
|
|||
|
||||
[[package]]
|
||||
name = "setuptools"
|
||||
version = "67.3.2"
|
||||
version = "67.4.0"
|
||||
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "setuptools-67.3.2-py3-none-any.whl", hash = "sha256:bb6d8e508de562768f2027902929f8523932fcd1fb784e6d573d2cafac995a48"},
|
||||
{file = "setuptools-67.3.2.tar.gz", hash = "sha256:95f00380ef2ffa41d9bba85d95b27689d923c93dfbafed4aecd7cf988a25e012"},
|
||||
{file = "setuptools-67.4.0-py3-none-any.whl", hash = "sha256:f106dee1b506dee5102cc3f3e9e68137bbad6d47b616be7991714b0c62204251"},
|
||||
{file = "setuptools-67.4.0.tar.gz", hash = "sha256:e5fd0a713141a4a105412233c63dc4e17ba0090c8e8334594ac790ec97792330"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -1903,4 +1903,4 @@ reference = "mirrors"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "1d4e00a5f792bb7ab25726a3edc04cc9e398e71c7f9b9ce7a896ba3f5603842c"
|
||||
content-hash = "4382df71cc4b29e49908eca05df7280e95b8a57a42b698b75a25011ff1ef92b5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue