Expunge the pypi reference

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-13 19:57:17 -06:00
commit 2c2d169ab7
2 changed files with 1 additions and 2 deletions
projects/anosql-migrations

View file

@ -1,6 +1,6 @@
py_project(
name = "anosql-migrations",
lib_deps = [
py_requirement("anosql"),
"//projects/anosql",
],
)