11 lines
240 B
Python
11 lines
240 B
Python
py_project(
|
|
name = "lilith",
|
|
main = "src/python/lilith/__main__.py",
|
|
lib_deps = [
|
|
py_requirement("lark"),
|
|
py_requirement("prompt_toolkit"),
|
|
],
|
|
test_deps = [
|
|
py_requirement("hypothesis"),
|
|
],
|
|
)
|