Add dependencies to pyproject, add tomlkit
This commit is contained in:
parent
34cf1da185
commit
796f0aa209
3 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
python3.withPackages (ps: with ps;[
|
python3.withPackages (ps: with ps;[
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
pyside6
|
pyside6
|
||||||
|
tomlkit
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
pyside6
|
pyside6
|
||||||
|
tomlkit
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@ classifiers = [
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"pyside6",
|
||||||
|
"tomlkit",
|
||||||
|
]
|
||||||
|
|
||||||
[project.readme]
|
[project.readme]
|
||||||
file = "README.md"
|
file = "README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue