mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2025-02-22 04:45:08 +00:00
37 lines
1.2 KiB
TOML
37 lines
1.2 KiB
TOML
# This file is @generated by PDM.
|
|
# It is not intended for manual editing.
|
|
|
|
[metadata]
|
|
groups = ["default", "build"]
|
|
strategy = ["inherit_metadata"]
|
|
lock_version = "4.5.0"
|
|
content_hash = "sha256:ffb180ef920ab37ffd5773fd707e211323fdcdf938a50189f57238ca6222d2c6"
|
|
|
|
[[metadata.targets]]
|
|
requires_python = "==3.11.*"
|
|
|
|
[[package]]
|
|
name = "markdown"
|
|
version = "3.7"
|
|
requires_python = ">=3.8"
|
|
summary = "Python implementation of John Gruber's Markdown."
|
|
groups = ["build"]
|
|
dependencies = [
|
|
"importlib-metadata>=4.4; python_version < \"3.10\"",
|
|
]
|
|
files = [
|
|
{file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"},
|
|
{file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "scons"
|
|
version = "4.8.1"
|
|
requires_python = ">=3.6"
|
|
summary = "Open Source next-generation build tool."
|
|
groups = ["build"]
|
|
files = [
|
|
{file = "SCons-4.8.1-py3-none-any.whl", hash = "sha256:a4c3b434330e2d7d975002fd6783284ba348bf394db94c8f83fdc5bf69cdb8d7"},
|
|
{file = "scons-4.8.1.tar.gz", hash = "sha256:5b641357904d2f56f7bfdbb37e165ab996b6143c948b9df0efc7305f54949daa"},
|
|
]
|