Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "lumo-chat"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"click>=8.0",
|
||||
"jinja2>=3.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.16.0",
|
||||
]
|
||||
Reference in New Issue
Block a user