12 lines
278 B
Python
12 lines
278 B
Python
|
py_project(
|
||
|
name = "tentacles",
|
||
|
main = "src/python/tentacles/__main__.py",
|
||
|
main_deps = [
|
||
|
"//projects/anosql",
|
||
|
"//projects/anosql-migrations",
|
||
|
py_requirement("click"),
|
||
|
py_requirement("flask"),
|
||
|
py_requirement("jinja2"),
|
||
|
]
|
||
|
)
|