From 071c9841b193586efc08bbc3682c5e70f6c8734d Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 14 Sep 2021 15:56:06 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87ea79..d61dd94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ redisgraph-bulk-insert = "redisgraph_bulk_loader.bulk_insert:bulk_insert" [tool.poetry.urls] url = "https://redisgraph.io" -repository = "https://github.com/RedisGraph/redigraph-bulk-loader" +repository = "https://github.com/RedisGraph/redisgraph-bulk-loader" [tool.poetry.dependencies] python = "^3.8.5"