source/projects/anosql-migrations/BUILD.bazel

7 lines
99 B
Python

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