From 5a2745f003fc8862ee20d8e817ac6edc428c0b8f Mon Sep 17 00:00:00 2001 From: the-superpirate Date: Tue, 29 Mar 2022 09:31:53 +0300 Subject: [PATCH] - [nexus] Fix requirement path GitOrigin-RevId: d92e489e2d4873c9910eaf5239e476a1411d5b19 --- nexus/meta_api/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/meta_api/BUILD.bazel b/nexus/meta_api/BUILD.bazel index 7b96cc6..7c5a3b2 100644 --- a/nexus/meta_api/BUILD.bazel +++ b/nexus/meta_api/BUILD.bazel @@ -29,7 +29,7 @@ DEPS = [ "//nexus/models/proto:proto_py", "//nexus/nlptools", "//nexus/views/telegram", - "//summa:aiosumma", + requirement("aiosumma"), ] py_layer(