mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
deps: add click for CLI
This commit is contained in:
+5
-1
@@ -12,12 +12,16 @@ dependencies = [
|
||||
"platformdirs>=4.10.0",
|
||||
"tomlkit>=0.15.0",
|
||||
"sqlalchemy>=2.0.51",
|
||||
"aiosqlite>=0.22.1"
|
||||
"aiosqlite>=0.22.1",
|
||||
"click>=8.4.2"
|
||||
]
|
||||
requires-python = ">=3.14,<4"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
|
||||
[project.scripts]
|
||||
plyngent = "plyngent.cli:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"basedpyright>=1.39.7",
|
||||
|
||||
Reference in New Issue
Block a user