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