aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pdm.lock
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-18 14:47:24 +0800
committer苏向夜 <fu050409@163.com>2024-01-18 14:47:24 +0800
commit8a3e0a4ab425bea2930125ee5d90b0dd710defd9 (patch)
tree3bf7685ceb6eca50065cd7dd65d12a2af6c22aee /pdm.lock
parent63d2d92a0e8e559f25b3cd81542e9317fe72057f (diff)
downloadipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.tar.gz
ipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.zip
:arrow_up: fix(deps): fix env error
Diffstat (limited to 'pdm.lock')
-rw-r--r--pdm.lock91
1 files changed, 3 insertions, 88 deletions
diff --git a/pdm.lock b/pdm.lock
index 7233b29..4318c22 100644
--- a/pdm.lock
+++ b/pdm.lock
@@ -2,14 +2,10 @@
# It is not intended for manual editing.
[metadata]
-groups = ["default", "test"]
+groups = ["default"]
strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.1"
-<<<<<<< HEAD
-content_hash = "sha256:9470f87391867615509911906fda898fd0fc55d1edecca94597578d34f5713ab"
-=======
-content_hash = "sha256:7e92b84c2b52abef8bf2cca785657bbd0686221a6d3174500294332114b6df90"
->>>>>>> 55623b0cb2e0cb49f5ff4f456121b07c2376659c
+content_hash = "sha256:5f078f628874dd09f15730d4e96a6299a4fe6faad34eeaf8e684d99123c38a45"
[[package]]
name = "certifi"
@@ -97,31 +93,14 @@ name = "colorama"
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
summary = "Cross-platform colored terminal text."
-<<<<<<< HEAD
groups = ["default"]
-marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
-=======
-groups = ["default", "test"]
-marker = "sys_platform == \"win32\""
->>>>>>> 55623b0cb2e0cb49f5ff4f456121b07c2376659c
+marker = "platform_system == \"Windows\" or sys_platform == \"win32\""
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
-name = "exceptiongroup"
-version = "1.2.0"
-requires_python = ">=3.7"
-summary = "Backport of PEP 654 (exception groups)"
-groups = ["default", "test"]
-marker = "python_version < \"3.11\""
-files = [
- {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"},
- {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"},
-]
-
-[[package]]
name = "idna"
version = "3.6"
requires_python = ">=3.5"
@@ -133,17 +112,6 @@ files = [
]
[[package]]
-name = "iniconfig"
-version = "2.0.0"
-requires_python = ">=3.7"
-summary = "brain-dead simple config-ini parsing"
-groups = ["default", "test"]
-files = [
- {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
- {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
-]
-
-[[package]]
name = "loguru"
version = "0.7.2"
requires_python = ">=3.5"
@@ -173,47 +141,6 @@ files = [
]
[[package]]
-name = "packaging"
-version = "23.2"
-requires_python = ">=3.7"
-summary = "Core utilities for Python packages"
-groups = ["default", "test"]
-files = [
- {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"},
- {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"},
-]
-
-[[package]]
-name = "pluggy"
-version = "1.3.0"
-requires_python = ">=3.8"
-summary = "plugin and hook calling mechanisms for python"
-groups = ["default", "test"]
-files = [
- {file = "pluggy-1.3.0-py3-none-any.whl", hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7"},
- {file = "pluggy-1.3.0.tar.gz", hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"},
-]
-
-[[package]]
-name = "pytest"
-version = "7.4.4"
-requires_python = ">=3.7"
-summary = "pytest: simple powerful testing with Python"
-groups = ["default", "test"]
-dependencies = [
- "colorama; sys_platform == \"win32\"",
- "exceptiongroup>=1.0.0rc8; python_version < \"3.11\"",
- "iniconfig",
- "packaging",
- "pluggy<2.0,>=0.12",
- "tomli>=1.0.0; python_version < \"3.11\"",
-]
-files = [
- {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
- {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
-]
-
-[[package]]
name = "requests"
version = "2.31.0"
requires_python = ">=3.7"
@@ -242,18 +169,6 @@ files = [
]
[[package]]
-name = "tomli"
-version = "2.0.1"
-requires_python = ">=3.7"
-summary = "A lil' TOML parser"
-groups = ["default", "test"]
-marker = "python_version < \"3.11\""
-files = [
- {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
- {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
-]
-
-[[package]]
name = "typer"
version = "0.9.0"
requires_python = ">=3.6"