Skip to content

Commit a8c3388

Browse files
author
Ganeshwara Hananda
committed
Fix build issue by adding mandatory requirements.txt
1 parent d5c908d commit a8c3388

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

grpc/python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ assemble_pip(
7878
author = "Grakn Labs",
7979
author_email = "grabl@grakn.ai",
8080
license = "AGPLv3+",
81-
install_requires = [],
81+
requirements_file = ":requirements.txt",
8282
keywords = ["grakn", "database", "graph", "knowledgebase", "knowledge-engineering"],
8383
description = "Grakn gRPC Protocol",
8484
long_description_file = "//:README.md",

grpc/python/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)