source/projects/anosql-migrations/BUILD

6 lines
104 B
Python

py_project(
name = "anosql-migrations",
lib_deps = [
py_requirement("anosql"),
],
)