Expunge the pypi reference
This commit is contained in:
parent
9d759fa187
commit
477d3f1055
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
py_project(
|
py_project(
|
||||||
name = "anosql-migrations",
|
name = "anosql-migrations",
|
||||||
lib_deps = [
|
lib_deps = [
|
||||||
py_requirement("anosql"),
|
"//projects/anosql",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
alabaster==0.7.12
|
alabaster==0.7.12
|
||||||
anosql==1.0.2
|
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
autoflake==1.4
|
autoflake==1.4
|
||||||
|
|
Loading…
Reference in a new issue