mirror of
https://github.com/LiteyukiStudio/magicoca.git
synced 2024-11-15 13:24:25 +08:00
100 lines
3.4 KiB
Plaintext
100 lines
3.4 KiB
Plaintext
|
# This file is @generated by PDM.
|
||
|
# It is not intended for manual editing.
|
||
|
|
||
|
[metadata]
|
||
|
groups = ["default", "dev"]
|
||
|
strategy = ["inherit_metadata"]
|
||
|
lock_version = "4.5.0"
|
||
|
content_hash = "sha256:7448dc54658d779bbdd51b39ae72faf632280702d8719337a0fff377415332ba"
|
||
|
|
||
|
[[metadata.targets]]
|
||
|
requires_python = ">=3.10"
|
||
|
|
||
|
[[package]]
|
||
|
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."
|
||
|
groups = ["dev"]
|
||
|
marker = "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.2"
|
||
|
requires_python = ">=3.7"
|
||
|
summary = "Backport of PEP 654 (exception groups)"
|
||
|
groups = ["dev"]
|
||
|
marker = "python_version < \"3.11\""
|
||
|
files = [
|
||
|
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
|
||
|
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "iniconfig"
|
||
|
version = "2.0.0"
|
||
|
requires_python = ">=3.7"
|
||
|
summary = "brain-dead simple config-ini parsing"
|
||
|
groups = ["dev"]
|
||
|
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 = "packaging"
|
||
|
version = "24.1"
|
||
|
requires_python = ">=3.8"
|
||
|
summary = "Core utilities for Python packages"
|
||
|
groups = ["dev"]
|
||
|
files = [
|
||
|
{file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
|
||
|
{file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pluggy"
|
||
|
version = "1.5.0"
|
||
|
requires_python = ">=3.8"
|
||
|
summary = "plugin and hook calling mechanisms for python"
|
||
|
groups = ["dev"]
|
||
|
files = [
|
||
|
{file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"},
|
||
|
{file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pytest"
|
||
|
version = "8.3.3"
|
||
|
requires_python = ">=3.8"
|
||
|
summary = "pytest: simple powerful testing with Python"
|
||
|
groups = ["dev"]
|
||
|
dependencies = [
|
||
|
"colorama; sys_platform == \"win32\"",
|
||
|
"exceptiongroup>=1.0.0rc8; python_version < \"3.11\"",
|
||
|
"iniconfig",
|
||
|
"packaging",
|
||
|
"pluggy<2,>=1.5",
|
||
|
"tomli>=1; python_version < \"3.11\"",
|
||
|
]
|
||
|
files = [
|
||
|
{file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"},
|
||
|
{file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tomli"
|
||
|
version = "2.0.2"
|
||
|
requires_python = ">=3.8"
|
||
|
summary = "A lil' TOML parser"
|
||
|
groups = ["dev"]
|
||
|
marker = "python_version < \"3.11\""
|
||
|
files = [
|
||
|
{file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"},
|
||
|
{file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
|
||
|
]
|