Update deps
This commit is contained in:
parent
bee6f3b69a
commit
f995ccd113
1 changed files with 2 additions and 1 deletions
|
@ -6,13 +6,14 @@ py_project(
|
|||
main_deps = [
|
||||
"//projects/anosql",
|
||||
"//projects/anosql-migrations",
|
||||
"//projects/octorest",
|
||||
py_requirement("aiosql"),
|
||||
py_requirement("attrs"),
|
||||
py_requirement("click"),
|
||||
py_requirement("flask"),
|
||||
py_requirement("jinja2"),
|
||||
py_requirement("octorest"),
|
||||
py_requirement("cherrypy"),
|
||||
py_requirement("legacy-cgi"), # Required by CherryPy on 3.13+
|
||||
],
|
||||
lib_data = [
|
||||
"//projects/tentacles/src/tentacles/static/css",
|
||||
|
|
Loading…
Reference in a new issue