From 675728ca1208240752e0125ca33d82b2430e1917 Mon Sep 17 00:00:00 2001 From: Johannes Laurin Hoermann Date: Mon, 10 Jun 2024 19:07:05 +0200 Subject: [PATCH] DEP: removed git repository dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20b35d8..4a57a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,9 @@ authors = [ {name = "Johannes L. Hörmann", email = "johannes.laurin@gmail.com"} ] dependencies = [ - "dtool-lookup-server @ git+https://github.com/jic-dtool/dtool-lookup-server.git#master", - "dserver-search-plugin-mongo @ git+https://github.com/livMatS/dserver-search-plugin-mongo.git#main", - "dserver-retrieve-plugin-mongo @ git+https://github.com/livMatS/dserver-retrieve-plugin-mongo.git#main", + "dtool-lookup-server", + "dserver-search-plugin-mongo", + "dserver-retrieve-plugin-mongo", ] dynamic = ["version"]