Add dependencies to pyproject, add tomlkit

This commit is contained in:
Toast 2025-05-07 00:16:25 +02:00
parent 34cf1da185
commit 796f0aa209
3 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@
python3.withPackages (ps: with ps;[
python-lsp-server
pyside6
tomlkit
]
)
)

View file

@ -16,6 +16,7 @@
dependencies = with python3Packages; [
pyside6
tomlkit
];
nativeBuildInputs = [

View file

@ -14,6 +14,10 @@ classifiers = [
"Programming Language :: Python",
"Operating System :: POSIX :: Linux",
]
dependencies = [
"pyside6",
"tomlkit",
]
[project.readme]
file = "README.md"