source/projects/anosql-migrations/BUILD

7 lines
104 B
Python
Raw Normal View History

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