From ef9e9a7967d6fa6a402b74ec7608edfe8d61c0b2 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Thu, 26 Sep 2019 18:07:17 +0500 Subject: [PATCH] a --- Pipfile | 6 +++--- Pipfile.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index 70e789a..87013ee 100755 --- a/Pipfile +++ b/Pipfile @@ -10,9 +10,9 @@ requests = "*" flask = "*" flask-restful = "*" bitmath = "*" -ucloud-common = {editable = true,git = "https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"} -etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"} -python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"} +ucloud-common = {editable = true,git = "git+https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"} +etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"} +python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"} [requires] python_version = "3.5" diff --git a/Pipfile.lock b/Pipfile.lock index 911f1e3..cd13ad2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "da90d961feef2b4b39b395ebfa226fa05e603b16c85d79fa5de44e8e86fc8c2e" + "sha256": "4c11e0d6a187cd2dfe45a153fdb96ca980ecee0c8a1a95d3143d2c1612b77c25" }, "pipfile-spec": 6, "requires": {