source/projects/tentacles/BUILD
2023-05-27 22:03:25 -06:00

15 lines
404 B
Text

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"),
py_requirement("octorest"),
],
main_data = [
"//projects/tentacles/src/python/tentacles/static/css",
],
)