From 008fc63d4f2c4810f3e265c893dd1248183307e5 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 14 Sep 2019 20:48:23 +0500 Subject: [PATCH] a --- Pipfile | 5 +++-- Pipfile.lock | 31 ++++++++++++------------------- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/Pipfile b/Pipfile index 1b20159..f926f18 100755 --- a/Pipfile +++ b/Pipfile @@ -9,8 +9,9 @@ pylint = "*" [packages] python-decouple = "*" pytest = "*" -ucloud-common = "*" -etcd3-wrapper = "*" +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"} [requires] python_version = "3.5" diff --git a/Pipfile.lock b/Pipfile.lock index ab6214f..b022bc6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e08ae6c2b7708ddda1376614879a0edbc64fe8e6ae9fe8f2ee50e8518b8550ed" + "sha256": "5c7aa953c005f81038c6ac3209cfbc77f4de4b95ca5ee756bde551d92e1770d8" }, "pipfile-spec": 6, "requires": { @@ -30,19 +30,10 @@ ], "version": "==19.1.0" }, - "etcd3": { - "hashes": [ - "sha256:25a524b9f032c6631ff0097532907dea81243eaa63c3744510fd1598cc4e0e87" - ], - "version": "==0.10.0" - }, "etcd3-wrapper": { - "hashes": [ - "sha256:ac7a69e448b6870c58eeb74ae11263cac0323f75d404619df0064ef239e9fa1b", - "sha256:d73d74a34a2e27297dc01b214539a7a735e41e9492814c9050d97b5bc337d41b" - ], - "index": "pypi", - "version": "==0.5.4" + "editable": true, + "git": "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git", + "ref": "b1893fc286e9ed59876a526d81094edd796d6815" }, "grpcio": { "hashes": [ @@ -168,6 +159,11 @@ "index": "pypi", "version": "==3.1" }, + "python-etcd3": { + "editable": true, + "git": "https://github.com/kragniz/python-etcd3.git", + "ref": "cdc4c48bde88a795230a02aa574df84ed9ccfa52" + }, "six": { "hashes": [ "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", @@ -183,12 +179,9 @@ "version": "==5.1.1" }, "ucloud-common": { - "hashes": [ - "sha256:f54f2a5c871a09716e28183825d87dd341491967644239f00fb1fe999007fa8b", - "sha256:f626f3dd9ddce3eec9474cfb651d79aeb70096198a49836c263bc696637784ae" - ], - "index": "pypi", - "version": "==0.5.4" + "editable": true, + "git": "https://code.ungleich.ch/ucloud/ucloud_common.git", + "ref": "0976a3e2ef648564483e69e89a530f55be630e08" }, "wcwidth": { "hashes": [