aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pdm.lock
diff options
context:
space:
mode:
Diffstat (limited to 'pdm.lock')
-rw-r--r--pdm.lock46
1 files changed, 42 insertions, 4 deletions
diff --git a/pdm.lock b/pdm.lock
index a3b76616..2141530a 100644
--- a/pdm.lock
+++ b/pdm.lock
@@ -2,10 +2,11 @@
# It is not intended for manual editing.
[metadata]
-groups = ["default", "dev"]
-strategy = ["cross_platform"]
-lock_version = "4.4.1"
-content_hash = "sha256:7e6e33bd0b22b96f1e3955794a0d1d6f9a67ee102c40212a0425973339d1557c"
+groups = ["default", "dev", "tests"]
+cross_platform = true
+static_urls = false
+lock_version = "4.3"
+content_hash = "sha256:1a598c563da1d806f71bb16c846be001c66d8380583ac459ef55b2c493e9ae71"
[[package]]
name = "certifi"
@@ -155,6 +156,20 @@ files = [
]
[[package]]
+name = "loguru"
+version = "0.7.2"
+requires_python = ">=3.5"
+summary = "Python logging made (stupidly) simple"
+dependencies = [
+ "colorama>=0.3.4; sys_platform == \"win32\"",
+ "win32-setctime>=1.0.0; sys_platform == \"win32\"",
+]
+files = [
+ {file = "loguru-0.7.2-py3-none-any.whl", hash = "sha256:003d71e3d3ed35f0f8984898359d65b79e5b21943f78af86aa5491210429b8eb"},
+ {file = "loguru-0.7.2.tar.gz", hash = "sha256:e671a53522515f34fd406340ee968cb9ecafbc4b36c679da03c18fd8d0bd51ac"},
+]
+
+[[package]]
name = "markdown-it-py"
version = "3.0.0"
requires_python = ">=3.8"
@@ -217,6 +232,19 @@ files = [
]
[[package]]
+name = "multilogging"
+version = "1.0.2"
+requires_python = ">=3"
+summary = "分布式 loguru"
+dependencies = [
+ "loguru",
+]
+files = [
+ {file = "multilogging-1.0.2-py3-none-any.whl", hash = "sha256:46e86043f797944c012db3d177970dbdc0783b51a660953ec87d456ccdc1f568"},
+ {file = "multilogging-1.0.2.tar.gz", hash = "sha256:33ff509ec690de83670740c33f93f655fb406646efa928a02b998e48ce9dacd7"},
+]
+
+[[package]]
name = "packaging"
version = "23.2"
requires_python = ">=3.7"
@@ -348,3 +376,13 @@ files = [
{file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"},
{file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"},
]
+
+[[package]]
+name = "win32-setctime"
+version = "1.1.0"
+requires_python = ">=3.5"
+summary = "A small Python utility to set file creation time on Windows"
+files = [
+ {file = "win32_setctime-1.1.0-py3-none-any.whl", hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"},
+ {file = "win32_setctime-1.1.0.tar.gz", hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2"},
+]