diff --git a/projects/anosql-migrations/BUILD b/projects/anosql-migrations/BUILD index 33dcf70..097a561 100644 --- a/projects/anosql-migrations/BUILD +++ b/projects/anosql-migrations/BUILD @@ -1,6 +1,6 @@ py_project( name = "anosql-migrations", lib_deps = [ - py_requirement("anosql"), + "//projects/anosql", ], ) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 58f1451..e1ac2b9 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -1,6 +1,5 @@ aiohttp==3.7.4.post0 alabaster==0.7.12 -anosql==1.0.2 async-timeout==3.0.1 attrs==20.3.0 autoflake==1.4