mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: update build setup
This commit is contained in:
parent
4841c9e04b
commit
25e2e7e20e
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ build/
|
||||
notes.otl
|
||||
uv.lock
|
||||
.coverage
|
||||
pyapp-latest/
|
||||
dist/
|
||||
|
||||
@ -54,8 +54,12 @@ lint = [
|
||||
"types-requests>=2.32.4",
|
||||
"types-psutil==7.2.2.20260508",
|
||||
]
|
||||
build = [
|
||||
"build==1.5.0",
|
||||
]
|
||||
|
||||
dev = [
|
||||
"dzgui[docs,test,lint]"
|
||||
"dzgui[docs,test,lint,build]"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user