Convert lilith to a runnable
This commit is contained in:
parent
385cd9d83e
commit
f69b243c4f
2 changed files with 2 additions and 12 deletions
|
@ -1,21 +1,11 @@
|
||||||
py_project(
|
py_project(
|
||||||
name = "lilith",
|
name = "lilith",
|
||||||
|
main = "src/python/lilith/__main__.py",
|
||||||
lib_deps = [
|
lib_deps = [
|
||||||
py_requirement("lark"),
|
py_requirement("lark"),
|
||||||
|
py_requirement("prompt_toolkit"),
|
||||||
],
|
],
|
||||||
test_deps = [
|
test_deps = [
|
||||||
py_requirement("hypothesis"),
|
py_requirement("hypothesis"),
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
py_binary(
|
|
||||||
name = "repl",
|
|
||||||
main = "src/python/lilith/repl.py",
|
|
||||||
imports = [
|
|
||||||
"src/python",
|
|
||||||
],
|
],
|
||||||
deps = [
|
|
||||||
":lilith",
|
|
||||||
py_requirement("prompt_toolkit"),
|
|
||||||
]
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue