Add Textual alternate dashboard scaffolding
This commit is contained in:
@@ -9,7 +9,11 @@ authors = [
|
||||
dependencies = []
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest>=7.0", "rich>=13.7.0"]
|
||||
dev = ["pytest>=7.0"]
|
||||
dashboard = [
|
||||
"rich>=13.7.0",
|
||||
"textual>=0.50.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"]
|
||||
|
||||
Reference in New Issue
Block a user