mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 14:06:24 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c2cb416b4e | |||
5cd528d5e9 |
14
pdm.lock
generated
14
pdm.lock
generated
@@ -5,7 +5,7 @@
|
|||||||
groups = ["default", "dev"]
|
groups = ["default", "dev"]
|
||||||
strategy = ["inherit_metadata"]
|
strategy = ["inherit_metadata"]
|
||||||
lock_version = "4.5.0"
|
lock_version = "4.5.0"
|
||||||
content_hash = "sha256:ca1b7f108fb7c5bc51977cf165511cbc7a95f64bc4effd6b6597f60bf893ba77"
|
content_hash = "sha256:2687734ac110e65b8fb14eb5191175272fcc30d1a540bae0810510b84335a5ed"
|
||||||
|
|
||||||
[[metadata.targets]]
|
[[metadata.targets]]
|
||||||
requires_python = ">=3.10"
|
requires_python = ">=3.10"
|
||||||
@@ -89,7 +89,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "croterline"
|
name = "croterline"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
requires_python = ">=3.10"
|
requires_python = ">=3.10"
|
||||||
summary = "Default template for PDM package"
|
summary = "Default template for PDM package"
|
||||||
groups = ["default"]
|
groups = ["default"]
|
||||||
@@ -97,8 +97,8 @@ dependencies = [
|
|||||||
"magicoca>=1.0.1",
|
"magicoca>=1.0.1",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "croterline-1.0.3-py3-none-any.whl", hash = "sha256:e934041248bba97382cc522c658d6c4f507dbcfe751e90a1d4cb3076b530e99b"},
|
{file = "croterline-1.0.4-py3-none-any.whl", hash = "sha256:7af5f26c3cd66f965e7cd7cca2d5a839364ed65f281f9a7586aa20a62946f1d4"},
|
||||||
{file = "croterline-1.0.3.tar.gz", hash = "sha256:eb3874a96ed06d98fe210731ad9352a854df81218fb2c25e707e2b641b6daffb"},
|
{file = "croterline-1.0.4.tar.gz", hash = "sha256:98754b1033665580c88e3ef4621d9b4293265450d4ff0a7352bb19852c4e113b"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -142,13 +142,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "magicoca"
|
name = "magicoca"
|
||||||
version = "1.0.1"
|
version = "1.0.4"
|
||||||
requires_python = ">=3.10"
|
requires_python = ">=3.10"
|
||||||
summary = "A communication library for Python"
|
summary = "A communication library for Python"
|
||||||
groups = ["default"]
|
groups = ["default"]
|
||||||
files = [
|
files = [
|
||||||
{file = "magicoca-1.0.1-py3-none-any.whl", hash = "sha256:69e04be77f9c02d3d0730dc4e739246f4bdefee8b78631040b464cd98cdde51c"},
|
{file = "magicoca-1.0.4-py3-none-any.whl", hash = "sha256:b0535d8a95990b96eaff6f8f19d21614ac3c22c954aa00e4a9e71e2765016161"},
|
||||||
{file = "magicoca-1.0.1.tar.gz", hash = "sha256:0dbc9a35609db92ec79076f7126566c1e71bd4b853909ecbad9221dcc7fd6f31"},
|
{file = "magicoca-1.0.4.tar.gz", hash = "sha256:352763ff8f467b7c08e323c968d3edac30afd92a2a55dbff5ccf32d8e5c4dbe7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@@ -20,8 +20,8 @@ dependencies = [
|
|||||||
"toml>=0.10.2",
|
"toml>=0.10.2",
|
||||||
"watchdog>=4.0.1",
|
"watchdog>=4.0.1",
|
||||||
"pdm-backend>=2.3.3",
|
"pdm-backend>=2.3.3",
|
||||||
"magicoca>=1.0.1",
|
"magicoca>=1.0.4",
|
||||||
"croterline>=1.0.3"
|
"croterline>=1.0.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Reference in New Issue
Block a user