feat: migrate all commands to use typer
framework
This commit is contained in:
parent
4588fb8179
commit
4c9c321608
2 changed files with 22 additions and 4 deletions
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
"furo",
|
||||
"invoke",
|
||||
"psycopg2",
|
||||
"rattail[auth,db,bouncer]",
|
||||
"rattail[db,bouncer]",
|
||||
"Sphinx",
|
||||
"Tailbone",
|
||||
"tox",
|
||||
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
|
||||
|
||||
[project.scripts]
|
||||
rattail_tutorial = "rattail_tutorial.commands:main"
|
||||
rattail_tutorial = "rattail_tutorial.commands:rattail_tutorial_typer"
|
||||
|
||||
|
||||
[project.entry-points."paste.app_factory"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue