From 83b8923617635b404b46d904f5732e2145d7ac87 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Thu, 26 Sep 2019 20:24:22 +0500 Subject: [PATCH] a --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index cef1392..5604e80 100755 --- a/Pipfile +++ b/Pipfile @@ -7,9 +7,9 @@ verify_ssl = true [packages] python-decouple = "*" -python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"} -etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"} -ucloud-common = {editable = true,git = "https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"} +python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"} +etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"} +ucloud-common = {editable = true,git = "git+https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"} [requires] python_version = "3.5"