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;[
|
||||
python-lsp-server
|
||||
pyside6
|
||||
tomlkit
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
dependencies = with python3Packages; [
|
||||
pyside6
|
||||
tomlkit
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ classifiers = [
|
|||
"Programming Language :: Python",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
]
|
||||
dependencies = [
|
||||
"pyside6",
|
||||
"tomlkit",
|
||||
]
|
||||
|
||||
[project.readme]
|
||||
file = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue