mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-09-27 02:49:17 +08:00
up
This commit is contained in:
parent
0e8e195b71
commit
252acadcae
4
.github/workflows/pypi-publish.yml
vendored
4
.github/workflows/pypi-publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Build and Publish distribution 📦 to PyPI
|
||||
run: |-
|
||||
pdm install -dG scripts
|
||||
pdm venv create --with-pip
|
||||
eval "$(pdm venv activate)"
|
||||
pdm render
|
||||
pdm pre-install
|
||||
pdm pub-all
|
||||
|
306
pdm.lock
generated
306
pdm.lock
generated
@ -2,10 +2,10 @@
|
||||
# It is not intended for manual editing.
|
||||
|
||||
[metadata]
|
||||
groups = ["default", "dev"]
|
||||
groups = ["default", "packages", "scripts"]
|
||||
strategy = ["inherit_metadata"]
|
||||
lock_version = "4.5.0"
|
||||
content_hash = "sha256:0e0085fe44b201c01fee3566d67e48e323d34b5f8db35e5d34b97a3c9c9fff05"
|
||||
content_hash = "sha256:68bd5548c97107a2884caa3c608b8ac707300034311c62169ae34fbbd975e703"
|
||||
|
||||
[[metadata.targets]]
|
||||
requires_python = "~=3.9"
|
||||
@ -15,7 +15,7 @@ name = "absl-py"
|
||||
version = "2.1.0"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "absl-py-2.1.0.tar.gz", hash = "sha256:7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff"},
|
||||
{file = "absl_py-2.1.0-py3-none-any.whl", hash = "sha256:526a04eadab8b4ee719ce68f204172ead1027549089702d99b9059f129ff1308"},
|
||||
@ -26,7 +26,7 @@ name = "annotated-types"
|
||||
version = "0.7.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Reusable constraint types to use with typing.Annotated"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions>=4.0.0; python_version < \"3.9\"",
|
||||
]
|
||||
@ -40,7 +40,7 @@ name = "anyio"
|
||||
version = "4.6.2.post1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "High level compatibility layer for multiple asynchronous event loop implementations"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"exceptiongroup>=1.0.2; python_version < \"3.11\"",
|
||||
"idna>=2.8",
|
||||
@ -57,7 +57,7 @@ name = "arclet-alconna"
|
||||
version = "1.8.32"
|
||||
requires_python = ">=3.9"
|
||||
summary = "A High-performance, Generality, Humane Command Line Arguments Parser Library."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"nepattern<1.0.0,>=0.7.6",
|
||||
"tarina<0.7.0,>=0.6.1",
|
||||
@ -73,7 +73,7 @@ name = "arclet-alconna-tools"
|
||||
version = "0.7.10"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Builtin Tools for Alconna"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"arclet-alconna>=1.8.31",
|
||||
"nepattern<1.0.0,>=0.7.3",
|
||||
@ -83,26 +83,12 @@ files = [
|
||||
{file = "arclet_alconna_tools-0.7.10.tar.gz", hash = "sha256:446a63a9c56886c23fb44548bb9a18655e0ba5b5dd80cc87915b858dfb02554c"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "beautifulsoup4"
|
||||
version = "4.12.3"
|
||||
requires_python = ">=3.6.0"
|
||||
summary = "Screen-scraping library"
|
||||
groups = ["dev"]
|
||||
dependencies = [
|
||||
"soupsieve>1.2",
|
||||
]
|
||||
files = [
|
||||
{file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
|
||||
{file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2024.8.30"
|
||||
requires_python = ">=3.6"
|
||||
summary = "Python package for providing Mozilla's CA Bundle."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
|
||||
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
|
||||
@ -113,7 +99,7 @@ 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"]
|
||||
groups = ["packages"]
|
||||
marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
|
||||
files = [
|
||||
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||||
@ -125,7 +111,7 @@ name = "coloredlogs"
|
||||
version = "15.0.1"
|
||||
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
summary = "Colored terminal output for Python's logging module"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"humanfriendly>=9.1",
|
||||
]
|
||||
@ -139,7 +125,7 @@ name = "cookit"
|
||||
version = "0.8.1"
|
||||
requires_python = "<4.0,>=3.9"
|
||||
summary = "A toolkit for self use."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"anyio>=4.4.0",
|
||||
"fleep>=1.0.1",
|
||||
@ -156,7 +142,7 @@ version = "0.8.1"
|
||||
extras = ["pydantic"]
|
||||
requires_python = "<4.0,>=3.9"
|
||||
summary = "A toolkit for self use."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"cookit==0.8.1",
|
||||
"pydantic!=2.5.0,!=2.5.1,<3.0.0,>=1.10.0",
|
||||
@ -171,7 +157,7 @@ name = "exceptiongroup"
|
||||
version = "1.2.2"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Backport of PEP 654 (exception groups)"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
|
||||
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
|
||||
@ -182,7 +168,7 @@ name = "filelock"
|
||||
version = "3.16.1"
|
||||
requires_python = ">=3.8"
|
||||
summary = "A platform independent file lock."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "filelock-3.16.1-py3-none-any.whl", hash = "sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0"},
|
||||
{file = "filelock-3.16.1.tar.gz", hash = "sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435"},
|
||||
@ -192,7 +178,7 @@ files = [
|
||||
name = "flatbuffers"
|
||||
version = "24.3.25"
|
||||
summary = "The FlatBuffers serialization format for Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "flatbuffers-24.3.25-py2.py3-none-any.whl", hash = "sha256:8dbdec58f935f3765e4f7f3cf635ac3a77f83568138d6a2311f524ec96364812"},
|
||||
{file = "flatbuffers-24.3.25.tar.gz", hash = "sha256:de2ec5b203f21441716617f38443e0a8ebf3d25bf0d9c0bb0ce68fa00ad546a4"},
|
||||
@ -203,7 +189,7 @@ name = "fleep"
|
||||
version = "1.0.1"
|
||||
requires_python = ">=3.1"
|
||||
summary = "File format determination library"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "fleep-1.0.1.tar.gz", hash = "sha256:c8f62b258ee5364d7f6c1ed1f3f278e99020fc3f0a60a24ad1e10846e31d104c"},
|
||||
]
|
||||
@ -213,7 +199,7 @@ name = "fsspec"
|
||||
version = "2024.10.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "File-system specification"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "fsspec-2024.10.0-py3-none-any.whl", hash = "sha256:03b9a6785766a4de40368b88906366755e2819e758b83705c88cd7cb5fe81871"},
|
||||
{file = "fsspec-2024.10.0.tar.gz", hash = "sha256:eda2d8a4116d4f2429db8550f2457da57279247dd930bb12f821b58391359493"},
|
||||
@ -224,7 +210,7 @@ name = "githubkit"
|
||||
version = "0.11.14"
|
||||
requires_python = "<4.0,>=3.8"
|
||||
summary = "GitHub SDK for Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"hishel<=0.0.33,>=0.0.21",
|
||||
"httpx<1.0.0,>=0.23.0",
|
||||
@ -241,7 +227,7 @@ name = "h11"
|
||||
version = "0.14.0"
|
||||
requires_python = ">=3.7"
|
||||
summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions; python_version < \"3.8\"",
|
||||
]
|
||||
@ -255,7 +241,7 @@ name = "h5py"
|
||||
version = "3.12.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Read and write HDF5 files from Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"numpy>=1.19.3",
|
||||
]
|
||||
@ -293,7 +279,7 @@ name = "hishel"
|
||||
version = "0.0.33"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Persistent cache implementation for httpx and httpcore"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"httpx>=0.22.0",
|
||||
"typing-extensions>=4.8.0",
|
||||
@ -308,7 +294,7 @@ name = "httpcore"
|
||||
version = "1.0.6"
|
||||
requires_python = ">=3.8"
|
||||
summary = "A minimal low-level HTTP client."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"certifi",
|
||||
"h11<0.15,>=0.13",
|
||||
@ -323,7 +309,7 @@ name = "httpx"
|
||||
version = "0.27.2"
|
||||
requires_python = ">=3.8"
|
||||
summary = "The next generation HTTP client."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"anyio",
|
||||
"certifi",
|
||||
@ -341,7 +327,7 @@ name = "humanfriendly"
|
||||
version = "10.0"
|
||||
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
summary = "Human friendly output for text interfaces using Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"monotonic; python_version == \"2.7\"",
|
||||
"pyreadline3; sys_platform == \"win32\" and python_version >= \"3.8\"",
|
||||
@ -357,7 +343,7 @@ name = "idna"
|
||||
version = "3.10"
|
||||
requires_python = ">=3.6"
|
||||
summary = "Internationalized Domain Names in Applications (IDNA)"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
|
||||
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
|
||||
@ -368,7 +354,7 @@ name = "importlib-metadata"
|
||||
version = "8.5.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Read metadata from Python packages"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions>=3.6.4; python_version < \"3.8\"",
|
||||
"zipp>=3.20",
|
||||
@ -383,7 +369,7 @@ name = "jinja2"
|
||||
version = "3.1.4"
|
||||
requires_python = ">=3.7"
|
||||
summary = "A very fast and expressive template engine."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"MarkupSafe>=2.0",
|
||||
]
|
||||
@ -397,7 +383,7 @@ name = "keras"
|
||||
version = "3.6.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Multi-backend Keras."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"absl-py",
|
||||
"h5py",
|
||||
@ -418,7 +404,7 @@ name = "loguru"
|
||||
version = "0.7.2"
|
||||
requires_python = ">=3.5"
|
||||
summary = "Python logging made (stupidly) simple"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"aiocontextvars>=0.2.0; python_version < \"3.7\"",
|
||||
"colorama>=0.3.4; sys_platform == \"win32\"",
|
||||
@ -429,119 +415,12 @@ files = [
|
||||
{file = "loguru-0.7.2.tar.gz", hash = "sha256:e671a53522515f34fd406340ee968cb9ecafbc4b36c679da03c18fd8d0bd51ac"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lxml"
|
||||
version = "5.3.0"
|
||||
requires_python = ">=3.6"
|
||||
summary = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "lxml-5.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:dd36439be765e2dde7660212b5275641edbc813e7b24668831a5c8ac91180656"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ae5fe5c4b525aa82b8076c1a59d642c17b6e8739ecf852522c6321852178119d"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:501d0d7e26b4d261fca8132854d845e4988097611ba2531408ec91cf3fd9d20a"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb66442c2546446944437df74379e9cf9e9db353e61301d1a0e26482f43f0dd8"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9e41506fec7a7f9405b14aa2d5c8abbb4dbbd09d88f9496958b6d00cb4d45330"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f7d4a670107d75dfe5ad080bed6c341d18c4442f9378c9f58e5851e86eb79965"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41ce1f1e2c7755abfc7e759dc34d7d05fd221723ff822947132dc934d122fe22"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:44264ecae91b30e5633013fb66f6ddd05c006d3e0e884f75ce0b4755b3e3847b"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl", hash = "sha256:3c174dc350d3ec52deb77f2faf05c439331d6ed5e702fc247ccb4e6b62d884b7"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl", hash = "sha256:2dfab5fa6a28a0b60a20638dc48e6343c02ea9933e3279ccb132f555a62323d8"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:b1c8c20847b9f34e98080da785bb2336ea982e7f913eed5809e5a3c872900f32"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:2c86bf781b12ba417f64f3422cfc302523ac9cd1d8ae8c0f92a1c66e56ef2e86"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:c162b216070f280fa7da844531169be0baf9ccb17263cf5a8bf876fcd3117fa5"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:36aef61a1678cb778097b4a6eeae96a69875d51d1e8f4d4b491ab3cfb54b5a03"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f65e5120863c2b266dbcc927b306c5b78e502c71edf3295dfcb9501ec96e5fc7"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-win32.whl", hash = "sha256:ef0c1fe22171dd7c7c27147f2e9c3e86f8bdf473fed75f16b0c2e84a5030ce80"},
|
||||
{file = "lxml-5.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:052d99051e77a4f3e8482c65014cf6372e61b0a6f4fe9edb98503bb5364cfee3"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:74bcb423462233bc5d6066e4e98b0264e7c1bed7541fff2f4e34fe6b21563c8b"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a3d819eb6f9b8677f57f9664265d0a10dd6551d227afb4af2b9cd7bdc2ccbf18"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b8f5db71b28b8c404956ddf79575ea77aa8b1538e8b2ef9ec877945b3f46442"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c3406b63232fc7e9b8783ab0b765d7c59e7c59ff96759d8ef9632fca27c7ee4"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ecdd78ab768f844c7a1d4a03595038c166b609f6395e25af9b0f3f26ae1230f"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:168f2dfcfdedf611eb285efac1516c8454c8c99caf271dccda8943576b67552e"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa617107a410245b8660028a7483b68e7914304a6d4882b5ff3d2d3eb5948d8c"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:69959bd3167b993e6e710b99051265654133a98f20cec1d9b493b931942e9c16"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl", hash = "sha256:bd96517ef76c8654446fc3db9242d019a1bb5fe8b751ba414765d59f99210b79"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl", hash = "sha256:ab6dd83b970dc97c2d10bc71aa925b84788c7c05de30241b9e96f9b6d9ea3080"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6a7095eeec6f89111d03dabfe5883a1fd54da319c94e0fb104ee8f23616b572d"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:6f651ebd0b21ec65dfca93aa629610a0dbc13dbc13554f19b0113da2e61a4763"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:f422a209d2455c56849442ae42f25dbaaba1c6c3f501d58761c619c7836642ec"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:62f7fdb0d1ed2065451f086519865b4c90aa19aed51081979ecd05a21eb4d1be"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-win32.whl", hash = "sha256:c6379f35350b655fd817cd0d6cbeef7f265f3ae5fedb1caae2eb442bbeae9ab9"},
|
||||
{file = "lxml-5.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:9c52100e2c2dbb0649b90467935c4b0de5528833c76a35ea1a2691ec9f1ee7a1"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:e99f5507401436fdcc85036a2e7dc2e28d962550afe1cbfc07c40e454256a859"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:384aacddf2e5813a36495233b64cb96b1949da72bef933918ba5c84e06af8f0e"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:874a216bf6afaf97c263b56371434e47e2c652d215788396f60477540298218f"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65ab5685d56914b9a2a34d67dd5488b83213d680b0c5d10b47f81da5a16b0b0e"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aac0bbd3e8dd2d9c45ceb82249e8bdd3ac99131a32b4d35c8af3cc9db1657179"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b369d3db3c22ed14c75ccd5af429086f166a19627e84a8fdade3f8f31426e52a"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c24037349665434f375645fa9d1f5304800cec574d0310f618490c871fd902b3"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:62d172f358f33a26d6b41b28c170c63886742f5b6772a42b59b4f0fa10526cb1"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:c1f794c02903c2824fccce5b20c339a1a14b114e83b306ff11b597c5f71a1c8d"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:5d6a6972b93c426ace71e0be9a6f4b2cfae9b1baed2eed2006076a746692288c"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:3879cc6ce938ff4eb4900d901ed63555c778731a96365e53fadb36437a131a99"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:74068c601baff6ff021c70f0935b0c7bc528baa8ea210c202e03757c68c5a4ff"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:ecd4ad8453ac17bc7ba3868371bffb46f628161ad0eefbd0a855d2c8c32dd81a"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7e2f58095acc211eb9d8b5771bf04df9ff37d6b87618d1cbf85f92399c98dae8"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e63601ad5cd8f860aa99d109889b5ac34de571c7ee902d6812d5d9ddcc77fa7d"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-win32.whl", hash = "sha256:17e8d968d04a37c50ad9c456a286b525d78c4a1c15dd53aa46c1d8e06bf6fa30"},
|
||||
{file = "lxml-5.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:c1a69e58a6bb2de65902051d57fde951febad631a20a64572677a1052690482f"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8c72e9563347c7395910de6a3100a4840a75a6f60e05af5e58566868d5eb2d6a"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e92ce66cd919d18d14b3856906a61d3f6b6a8500e0794142338da644260595cd"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d04f064bebdfef9240478f7a779e8c5dc32b8b7b0b2fc6a62e39b928d428e51"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c2fb570d7823c2bbaf8b419ba6e5662137f8166e364a8b2b91051a1fb40ab8b"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0c120f43553ec759f8de1fee2f4794452b0946773299d44c36bfe18e83caf002"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:562e7494778a69086f0312ec9689f6b6ac1c6b65670ed7d0267e49f57ffa08c4"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:423b121f7e6fa514ba0c7918e56955a1d4470ed35faa03e3d9f0e3baa4c7e492"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:c00f323cc00576df6165cc9d21a4c21285fa6b9989c5c39830c3903dc4303ef3"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:1fdc9fae8dd4c763e8a31e7630afef517eab9f5d5d31a278df087f307bf601f4"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:658f2aa69d31e09699705949b5fc4719cbecbd4a97f9656a232e7d6c7be1a367"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1473427aff3d66a3fa2199004c3e601e6c4500ab86696edffdbc84954c72d832"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a87de7dd873bf9a792bf1e58b1c3887b9264036629a5bf2d2e6579fe8e73edff"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0d7b36afa46c97875303a94e8f3ad932bf78bace9e18e603f2085b652422edcd"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:cf120cce539453ae086eacc0130a324e7026113510efa83ab42ef3fcfccac7fb"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:df5c7333167b9674aa8ae1d4008fa4bc17a313cc490b2cca27838bbdcc6bb15b"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-win32.whl", hash = "sha256:c802e1c2ed9f0c06a65bc4ed0189d000ada8049312cfeab6ca635e39c9608957"},
|
||||
{file = "lxml-5.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:406246b96d552e0503e17a1006fd27edac678b3fcc9f1be71a2f94b4ff61528d"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:1ffc23010330c2ab67fac02781df60998ca8fe759e8efde6f8b756a20599c5de"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2b3778cb38212f52fac9fe913017deea2fdf4eb1a4f8e4cfc6b009a13a6d3fcc"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b0c7a688944891086ba192e21c5229dea54382f4836a209ff8d0a660fac06be"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:747a3d3e98e24597981ca0be0fd922aebd471fa99d0043a3842d00cdcad7ad6a"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:86a6b24b19eaebc448dc56b87c4865527855145d851f9fc3891673ff97950540"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b11a5d918a6216e521c715b02749240fb07ae5a1fefd4b7bf12f833bc8b4fe70"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68b87753c784d6acb8a25b05cb526c3406913c9d988d51f80adecc2b0775d6aa"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:109fa6fede314cc50eed29e6e56c540075e63d922455346f11e4d7a036d2b8cf"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_ppc64le.whl", hash = "sha256:02ced472497b8362c8e902ade23e3300479f4f43e45f4105c85ef43b8db85229"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_s390x.whl", hash = "sha256:6b038cc86b285e4f9fea2ba5ee76e89f21ed1ea898e287dc277a25884f3a7dfe"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:7437237c6a66b7ca341e868cda48be24b8701862757426852c9b3186de1da8a2"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7f41026c1d64043a36fda21d64c5026762d53a77043e73e94b71f0521939cc71"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:482c2f67761868f0108b1743098640fbb2a28a8e15bf3f47ada9fa59d9fe08c3"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:1483fd3358963cc5c1c9b122c80606a3a79ee0875bcac0204149fa09d6ff2727"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:2dec2d1130a9cda5b904696cec33b2cfb451304ba9081eeda7f90f724097300a"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-win32.whl", hash = "sha256:a0eabd0a81625049c5df745209dc7fcef6e2aea7793e5f003ba363610aa0a3ff"},
|
||||
{file = "lxml-5.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:89e043f1d9d341c52bf2af6d02e6adde62e0a46e6755d5eb60dc6e4f0b8aeca2"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7b1cd427cb0d5f7393c31b7496419da594fe600e6fdc4b105a54f82405e6626c"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:51806cfe0279e06ed8500ce19479d757db42a30fd509940b1701be9c86a5ff9a"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee70d08fd60c9565ba8190f41a46a54096afa0eeb8f76bd66f2c25d3b1b83005"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:8dc2c0395bea8254d8daebc76dcf8eb3a95ec2a46fa6fae5eaccee366bfe02ce"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:6ba0d3dcac281aad8a0e5b14c7ed6f9fa89c8612b47939fc94f80b16e2e9bc83"},
|
||||
{file = "lxml-5.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:6e91cf736959057f7aac7adfc83481e03615a8e8dd5758aa1d95ea69e8931dba"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:68934b242c51eb02907c5b81d138cb977b2129a0a75a8f8b60b01cb8586c7b21"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b710bc2b8292966b23a6a0121f7a6c51d45d2347edcc75f016ac123b8054d3f2"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18feb4b93302091b1541221196a2155aa296c363fd233814fa11e181adebc52f"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:3eb44520c4724c2e1a57c0af33a379eee41792595023f367ba3952a2d96c2aab"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:609251a0ca4770e5a8768ff902aa02bf636339c5a93f9349b48eb1f606f7f3e9"},
|
||||
{file = "lxml-5.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:516f491c834eb320d6c843156440fe7fc0d50b33e44387fcec5b02f0bc118a4c"},
|
||||
{file = "lxml-5.3.0.tar.gz", hash = "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "markdown-it-py"
|
||||
version = "3.0.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Python port of markdown-it. Markdown parsing, done right!"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"mdurl~=0.1",
|
||||
]
|
||||
@ -555,7 +434,7 @@ name = "markupsafe"
|
||||
version = "3.0.2"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Safely add untrusted strings to HTML/XML markup."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8"},
|
||||
{file = "MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158"},
|
||||
@ -625,7 +504,7 @@ name = "mdurl"
|
||||
version = "0.1.2"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Markdown URL utilities"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
|
||||
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
|
||||
@ -636,7 +515,7 @@ name = "ml-dtypes"
|
||||
version = "0.4.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = ""
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"numpy>1.20",
|
||||
"numpy>=1.21.2; python_version >= \"3.10\"",
|
||||
@ -667,7 +546,7 @@ files = [
|
||||
name = "mpmath"
|
||||
version = "1.3.0"
|
||||
summary = "Python library for arbitrary-precision floating-point arithmetic"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"},
|
||||
{file = "mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"},
|
||||
@ -678,7 +557,7 @@ name = "multidict"
|
||||
version = "6.1.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "multidict implementation"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions>=4.1.0; python_version < \"3.11\"",
|
||||
]
|
||||
@ -766,7 +645,7 @@ files = [
|
||||
name = "namex"
|
||||
version = "0.0.8"
|
||||
summary = "A simple utility to separate the implementation of your Python package and its public API surface."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "namex-0.0.8-py3-none-any.whl", hash = "sha256:7ddb6c2bb0e753a311b7590f84f6da659dd0c05e65cb89d519d54c0a250c0487"},
|
||||
{file = "namex-0.0.8.tar.gz", hash = "sha256:32a50f6c565c0bb10aa76298c959507abdc0e850efe085dc38f3440fcb3aa90b"},
|
||||
@ -777,7 +656,7 @@ name = "nepattern"
|
||||
version = "0.7.6"
|
||||
requires_python = ">=3.8"
|
||||
summary = "a complex pattern, support typing"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"tarina>=0.5.1",
|
||||
"typing-extensions>=4.5.0",
|
||||
@ -792,7 +671,7 @@ name = "networkx"
|
||||
version = "3.2.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Python package for creating and manipulating graphs and networks"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "networkx-3.2.1-py3-none-any.whl", hash = "sha256:f18c69adc97877c42332c170849c96cefa91881c99a7cb3e95b7c659ebdc1ec2"},
|
||||
{file = "networkx-3.2.1.tar.gz", hash = "sha256:9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6"},
|
||||
@ -803,7 +682,7 @@ name = "nonebot-plugin-alconna"
|
||||
version = "0.53.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Alconna Adapter for Nonebot"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"arclet-alconna-tools>=0.7.10",
|
||||
"arclet-alconna<2.0,>=1.8.31",
|
||||
@ -820,14 +699,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "nonebot-plugin-nailongremove"
|
||||
version = "2.3.1"
|
||||
version = "2.3.1.post1"
|
||||
requires_python = "<4.0,>=3.9"
|
||||
editable = true
|
||||
path = "./packages/nonebot-plugin-nailongremove"
|
||||
summary = "识别目标并撤回图片插件"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"nonebot-plugin-nailongremove-base==2.3.1",
|
||||
"nonebot-plugin-nailongremove-base==2.3.1.post1",
|
||||
"onnxruntime>=1.19.2",
|
||||
"torch>=2.4",
|
||||
"torchvision>=0.19",
|
||||
@ -835,12 +714,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nonebot-plugin-nailongremove-base"
|
||||
version = "2.3.1"
|
||||
version = "2.3.1.post1"
|
||||
requires_python = "<4.0,>=3.9"
|
||||
editable = true
|
||||
path = "./packages/nonebot-plugin-nailongremove-base"
|
||||
summary = "识别目标并撤回图片插件"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"cookit[pydantic]>=0.8.1",
|
||||
"githubkit>=0.11.14",
|
||||
@ -861,7 +740,7 @@ name = "nonebot-plugin-uninfo"
|
||||
version = "0.5.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Universal Information Model for Nonebot2"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"importlib-metadata>=4.13.0",
|
||||
"nonebot2>=2.3.0",
|
||||
@ -876,7 +755,7 @@ name = "nonebot-plugin-waiter"
|
||||
version = "0.8.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "An alternative for got-and-reject in Nonebot"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"nonebot2>=2.3.0",
|
||||
]
|
||||
@ -890,7 +769,7 @@ name = "nonebot2"
|
||||
version = "2.4.0"
|
||||
requires_python = "<4.0,>=3.9"
|
||||
summary = "An asynchronous python bot framework."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"anyio<5.0.0,>=4.4.0",
|
||||
"exceptiongroup<2.0.0,>=1.2.2",
|
||||
@ -912,7 +791,7 @@ name = "numpy"
|
||||
version = "2.0.2"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Fundamental package for array computing in Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "numpy-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:51129a29dbe56f9ca83438b706e2e69a39892b5eda6cedcb6b0c9fdc9b0d3ece"},
|
||||
{file = "numpy-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f15975dfec0cf2239224d80e32c3170b1d168335eaedee69da84fbe9f1f9cd04"},
|
||||
@ -966,7 +845,7 @@ name = "nvidia-cublas-cu12"
|
||||
version = "12.4.5.8"
|
||||
requires_python = ">=3"
|
||||
summary = "CUBLAS native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_aarch64.whl", hash = "sha256:0f8aa1706812e00b9f19dfe0cdb3999b092ccb8ca168c0db5b8ea712456fd9b3"},
|
||||
@ -979,7 +858,7 @@ name = "nvidia-cuda-cupti-cu12"
|
||||
version = "12.4.127"
|
||||
requires_python = ">=3"
|
||||
summary = "CUDA profiling tools runtime libs."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:79279b35cf6f91da114182a5ce1864997fd52294a87a16179ce275773799458a"},
|
||||
@ -992,7 +871,7 @@ name = "nvidia-cuda-nvrtc-cu12"
|
||||
version = "12.4.127"
|
||||
requires_python = ">=3"
|
||||
summary = "NVRTC native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:0eedf14185e04b76aa05b1fea04133e59f465b6f960c0cbf4e37c3cb6b0ea198"},
|
||||
@ -1005,7 +884,7 @@ name = "nvidia-cuda-runtime-cu12"
|
||||
version = "12.4.127"
|
||||
requires_python = ">=3"
|
||||
summary = "CUDA Runtime native Libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:961fe0e2e716a2a1d967aab7caee97512f71767f852f67432d572e36cb3a11f3"},
|
||||
@ -1018,7 +897,7 @@ name = "nvidia-cudnn-cu12"
|
||||
version = "9.1.0.70"
|
||||
requires_python = ">=3"
|
||||
summary = "cuDNN runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
dependencies = [
|
||||
"nvidia-cublas-cu12",
|
||||
@ -1033,7 +912,7 @@ name = "nvidia-cufft-cu12"
|
||||
version = "11.2.1.3"
|
||||
requires_python = ">=3"
|
||||
summary = "CUFFT native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
dependencies = [
|
||||
"nvidia-nvjitlink-cu12",
|
||||
@ -1049,7 +928,7 @@ name = "nvidia-curand-cu12"
|
||||
version = "10.3.5.147"
|
||||
requires_python = ">=3"
|
||||
summary = "CURAND native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_aarch64.whl", hash = "sha256:1f173f09e3e3c76ab084aba0de819c49e56614feae5c12f69883f4ae9bb5fad9"},
|
||||
@ -1062,7 +941,7 @@ name = "nvidia-cusolver-cu12"
|
||||
version = "11.6.1.9"
|
||||
requires_python = ">=3"
|
||||
summary = "CUDA solver native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
dependencies = [
|
||||
"nvidia-cublas-cu12",
|
||||
@ -1080,7 +959,7 @@ name = "nvidia-cusparse-cu12"
|
||||
version = "12.3.1.170"
|
||||
requires_python = ">=3"
|
||||
summary = "CUSPARSE native runtime libraries"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
dependencies = [
|
||||
"nvidia-nvjitlink-cu12",
|
||||
@ -1096,7 +975,7 @@ name = "nvidia-nccl-cu12"
|
||||
version = "2.21.5"
|
||||
requires_python = ">=3"
|
||||
summary = "NVIDIA Collective Communication Library (NCCL) Runtime"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:8579076d30a8c24988834445f8d633c697d42397e92ffc3f63fa26766d25e0a0"},
|
||||
@ -1107,7 +986,7 @@ name = "nvidia-nvjitlink-cu12"
|
||||
version = "12.4.127"
|
||||
requires_python = ">=3"
|
||||
summary = "Nvidia JIT LTO Library"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:4abe7fef64914ccfa909bc2ba39739670ecc9e820c83ccc7a6ed414122599b83"},
|
||||
@ -1120,7 +999,7 @@ name = "nvidia-nvtx-cu12"
|
||||
version = "12.4.127"
|
||||
requires_python = ">=3"
|
||||
summary = "NVIDIA Tools Extension"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\""
|
||||
files = [
|
||||
{file = "nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:7959ad635db13edf4fc65c06a6e9f9e55fc2f92596db928d169c0bb031e88ef3"},
|
||||
@ -1132,7 +1011,7 @@ files = [
|
||||
name = "onnxruntime"
|
||||
version = "1.20.0"
|
||||
summary = "ONNX Runtime is a runtime accelerator for Machine Learning models"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"coloredlogs",
|
||||
"flatbuffers",
|
||||
@ -1170,7 +1049,7 @@ name = "opencv-python"
|
||||
version = "4.10.0.84"
|
||||
requires_python = ">=3.6"
|
||||
summary = "Wrapper package for OpenCV python bindings."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"numpy>=1.13.3; python_version < \"3.7\"",
|
||||
"numpy>=1.17.0; python_version >= \"3.7\"",
|
||||
@ -1198,7 +1077,7 @@ name = "optree"
|
||||
version = "0.13.0"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Optimized PyTree Utilities."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions>=4.5.0",
|
||||
]
|
||||
@ -1281,7 +1160,7 @@ name = "packaging"
|
||||
version = "24.2"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Core utilities for Python packages"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"},
|
||||
{file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"},
|
||||
@ -1292,7 +1171,7 @@ name = "pillow"
|
||||
version = "11.0.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Python Imaging Library (Fork)"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "pillow-11.0.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:6619654954dc4936fcff82db8eb6401d3159ec6be81e33c6000dfd76ae189947"},
|
||||
{file = "pillow-11.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b3c5ac4bed7519088103d9450a1107f76308ecf91d6dabc8a33a2fcfb18d0fba"},
|
||||
@ -1376,7 +1255,7 @@ name = "propcache"
|
||||
version = "0.2.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Accelerated property cache"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "propcache-0.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c5869b8fd70b81835a6f187c5fdbe67917a04d7e52b6e7cc4e5fe39d55c39d58"},
|
||||
{file = "propcache-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:952e0d9d07609d9c5be361f33b0d6d650cd2bae393aabb11d9b719364521984b"},
|
||||
@ -1467,7 +1346,7 @@ name = "protobuf"
|
||||
version = "5.28.3"
|
||||
requires_python = ">=3.8"
|
||||
summary = ""
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "protobuf-5.28.3-cp310-abi3-win32.whl", hash = "sha256:0c4eec6f987338617072592b97943fdbe30d019c56126493111cf24344c1cc24"},
|
||||
{file = "protobuf-5.28.3-cp310-abi3-win_amd64.whl", hash = "sha256:91fba8f445723fcf400fdbe9ca796b19d3b1242cd873907979b9ed71e4afe868"},
|
||||
@ -1485,7 +1364,7 @@ name = "pydantic"
|
||||
version = "2.9.2"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Data validation using Python type hints"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"annotated-types>=0.6.0",
|
||||
"pydantic-core==2.23.4",
|
||||
@ -1502,7 +1381,7 @@ name = "pydantic-core"
|
||||
version = "2.23.4"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Core functionality for Pydantic validation and serialization"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions!=4.7.0,>=4.6.0",
|
||||
]
|
||||
@ -1591,7 +1470,7 @@ name = "pygments"
|
||||
version = "2.18.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Pygments is a syntax highlighting package written in Python."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
|
||||
{file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
|
||||
@ -1601,7 +1480,7 @@ files = [
|
||||
name = "pygtrie"
|
||||
version = "2.5.0"
|
||||
summary = "A pure Python trie data structure implementation."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "pygtrie-2.5.0-py3-none-any.whl", hash = "sha256:8795cda8105493d5ae159a5bef313ff13156c5d4d72feddefacaad59f8c8ce16"},
|
||||
{file = "pygtrie-2.5.0.tar.gz", hash = "sha256:203514ad826eb403dab1d2e2ddd034e0d1534bbe4dbe0213bb0593f66beba4e2"},
|
||||
@ -1612,7 +1491,7 @@ name = "pyreadline3"
|
||||
version = "3.5.4"
|
||||
requires_python = ">=3.8"
|
||||
summary = "A python implementation of GNU readline."
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "sys_platform == \"win32\" and python_version >= \"3.8\""
|
||||
files = [
|
||||
{file = "pyreadline3-3.5.4-py3-none-any.whl", hash = "sha256:eaf8e6cc3c49bcccf145fc6067ba8643d1df34d604a1ec0eccbf7a18e6d3fae6"},
|
||||
@ -1624,7 +1503,7 @@ name = "python-dotenv"
|
||||
version = "1.0.1"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Read key-value pairs from a .env file and set them as environment variables"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
|
||||
{file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
|
||||
@ -1635,7 +1514,7 @@ name = "rich"
|
||||
version = "13.9.4"
|
||||
requires_python = ">=3.8.0"
|
||||
summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"markdown-it-py>=2.2.0",
|
||||
"pygments<3.0.0,>=2.13.0",
|
||||
@ -1651,7 +1530,7 @@ name = "setuptools"
|
||||
version = "75.4.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "python_version >= \"3.12\""
|
||||
files = [
|
||||
{file = "setuptools-75.4.0-py3-none-any.whl", hash = "sha256:b3c5d862f98500b06ffdf7cc4499b48c46c317d8d56cb30b5c8bce4d88f5c216"},
|
||||
@ -1663,29 +1542,18 @@ name = "sniffio"
|
||||
version = "1.3.1"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Sniff out which async library your code is running under"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
|
||||
{file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "soupsieve"
|
||||
version = "2.6"
|
||||
requires_python = ">=3.8"
|
||||
summary = "A modern CSS selector implementation for Beautiful Soup."
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9"},
|
||||
{file = "soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sympy"
|
||||
version = "1.13.1"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Computer algebra system (CAS) in Python"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"mpmath<1.4,>=1.1.0",
|
||||
]
|
||||
@ -1699,7 +1567,7 @@ name = "tarina"
|
||||
version = "0.6.3"
|
||||
requires_python = ">=3.9"
|
||||
summary = "A collection of common utils for Arclet"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"typing-extensions>=4.4.0",
|
||||
]
|
||||
@ -1788,7 +1656,7 @@ name = "tomli"
|
||||
version = "2.1.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "A lil' TOML parser"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "python_version < \"3.11\""
|
||||
files = [
|
||||
{file = "tomli-2.1.0-py3-none-any.whl", hash = "sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391"},
|
||||
@ -1800,7 +1668,7 @@ name = "torch"
|
||||
version = "2.5.1"
|
||||
requires_python = ">=3.8.0"
|
||||
summary = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"filelock",
|
||||
"fsspec",
|
||||
@ -1849,7 +1717,7 @@ name = "torchvision"
|
||||
version = "0.20.1"
|
||||
requires_python = ">=3.8"
|
||||
summary = "image and video datasets and models for torch deep learning"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"pillow!=8.3.*,>=5.3.0",
|
||||
@ -1879,7 +1747,7 @@ name = "tqdm"
|
||||
version = "4.67.0"
|
||||
requires_python = ">=3.7"
|
||||
summary = "Fast, Extensible Progress Meter"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"colorama; platform_system == \"Windows\"",
|
||||
]
|
||||
@ -1892,7 +1760,7 @@ files = [
|
||||
name = "triton"
|
||||
version = "3.1.0"
|
||||
summary = "A language and compiler for custom Deep Learning operations"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.13\""
|
||||
dependencies = [
|
||||
"filelock",
|
||||
@ -1909,7 +1777,7 @@ name = "typing-extensions"
|
||||
version = "4.12.2"
|
||||
requires_python = ">=3.8"
|
||||
summary = "Backported and Experimental Type Hints for Python 3.8+"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
|
||||
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
|
||||
@ -1920,7 +1788,7 @@ name = "win32-setctime"
|
||||
version = "1.1.0"
|
||||
requires_python = ">=3.5"
|
||||
summary = "A small Python utility to set file creation time on Windows"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
marker = "sys_platform == \"win32\""
|
||||
files = [
|
||||
{file = "win32_setctime-1.1.0-py3-none-any.whl", hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"},
|
||||
@ -1932,7 +1800,7 @@ name = "yarl"
|
||||
version = "1.17.1"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Yet another URL library"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
dependencies = [
|
||||
"idna>=2.0",
|
||||
"multidict>=4.0",
|
||||
@ -2028,7 +1896,7 @@ name = "zipp"
|
||||
version = "3.21.0"
|
||||
requires_python = ">=3.9"
|
||||
summary = "Backport of pathlib-compatible object wrapper for zip files"
|
||||
groups = ["dev"]
|
||||
groups = ["packages"]
|
||||
files = [
|
||||
{file = "zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931"},
|
||||
{file = "zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4"},
|
||||
|
@ -6,12 +6,11 @@ dependencies = []
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
|
||||
[dependency-groups]
|
||||
packages = [
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = [
|
||||
"-e file:///${PROJECT_ROOT}/packages/nonebot-plugin-nailongremove-base#egg=nonebot-plugin-nailongremove-base",
|
||||
"-e file:///${PROJECT_ROOT}/packages/nonebot-plugin-nailongremove#egg=nonebot-plugin-nailongremove",
|
||||
]
|
||||
scripts = []
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
@ -21,5 +20,7 @@ build-backend = "pdm.backend"
|
||||
distribution = false
|
||||
|
||||
[tool.pdm.scripts]
|
||||
render = { call = "scripts.render:main" }
|
||||
pub-all = { call = "scripts.pub_all:main" }
|
||||
install-scripts = { shell = "cd scripts && pdm install -G:all && cd .." }
|
||||
render = { call = "scripts.src.render:main" }
|
||||
pre-install = { composite = ["install-scripts", "render"] }
|
||||
pub-all = { call = "scripts.src.pub_all:main" }
|
||||
|
11
scripts/pdm.lock
generated
Normal file
11
scripts/pdm.lock
generated
Normal file
@ -0,0 +1,11 @@
|
||||
# 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:c9d196f79c1f968cce76a207e693ad551bab88b58887ef973d6ee5fc9645796a"
|
||||
|
||||
[[metadata.targets]]
|
||||
requires_python = "~=3.9"
|
16
scripts/pyproject.toml
Normal file
16
scripts/pyproject.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "nailong-workspace-scripts"
|
||||
version = "0"
|
||||
requires-python = "<4.0,>=3.9"
|
||||
dependencies = []
|
||||
license = { text = "MIT" }
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = []
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = false
|
@ -2,7 +2,7 @@ from pathlib import Path
|
||||
from subprocess import run
|
||||
from typing import Any
|
||||
|
||||
ROOT_PATH = Path(__file__).parent.parent
|
||||
ROOT_PATH = Path(__file__).parent.parent.parent
|
||||
PACKAGES_PATH = ROOT_PATH / "packages"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user