replace argparse.Namespace plumbing with typed command inputs
This commit is contained in:
+4
-1
@@ -25,4 +25,7 @@ chromy = "chromy.main:main"
|
||||
packages = ["chromy", "chromy.handlers"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["nuitka[onefile]>=4.0.8"]
|
||||
dev = [
|
||||
"nuitka[onefile]>=4.0.8",
|
||||
"pytest>=9.0.2",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user