This commit is contained in:
ahmadbilalkhalid 2019-09-14 20:48:23 +05:00
commit 008fc63d4f
2 changed files with 15 additions and 21 deletions

View file

@ -9,8 +9,9 @@ pylint = "*"
[packages] [packages]
python-decouple = "*" python-decouple = "*"
pytest = "*" pytest = "*"
ucloud-common = "*" python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
etcd3-wrapper = "*" 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] [requires]
python_version = "3.5" python_version = "3.5"

31
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "e08ae6c2b7708ddda1376614879a0edbc64fe8e6ae9fe8f2ee50e8518b8550ed" "sha256": "5c7aa953c005f81038c6ac3209cfbc77f4de4b95ca5ee756bde551d92e1770d8"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -30,19 +30,10 @@
], ],
"version": "==19.1.0" "version": "==19.1.0"
}, },
"etcd3": {
"hashes": [
"sha256:25a524b9f032c6631ff0097532907dea81243eaa63c3744510fd1598cc4e0e87"
],
"version": "==0.10.0"
},
"etcd3-wrapper": { "etcd3-wrapper": {
"hashes": [ "editable": true,
"sha256:ac7a69e448b6870c58eeb74ae11263cac0323f75d404619df0064ef239e9fa1b", "git": "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",
"sha256:d73d74a34a2e27297dc01b214539a7a735e41e9492814c9050d97b5bc337d41b" "ref": "b1893fc286e9ed59876a526d81094edd796d6815"
],
"index": "pypi",
"version": "==0.5.4"
}, },
"grpcio": { "grpcio": {
"hashes": [ "hashes": [
@ -168,6 +159,11 @@
"index": "pypi", "index": "pypi",
"version": "==3.1" "version": "==3.1"
}, },
"python-etcd3": {
"editable": true,
"git": "https://github.com/kragniz/python-etcd3.git",
"ref": "cdc4c48bde88a795230a02aa574df84ed9ccfa52"
},
"six": { "six": {
"hashes": [ "hashes": [
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
@ -183,12 +179,9 @@
"version": "==5.1.1" "version": "==5.1.1"
}, },
"ucloud-common": { "ucloud-common": {
"hashes": [ "editable": true,
"sha256:f54f2a5c871a09716e28183825d87dd341491967644239f00fb1fe999007fa8b", "git": "https://code.ungleich.ch/ucloud/ucloud_common.git",
"sha256:f626f3dd9ddce3eec9474cfb651d79aeb70096198a49836c263bc696637784ae" "ref": "0976a3e2ef648564483e69e89a530f55be630e08"
],
"index": "pypi",
"version": "==0.5.4"
}, },
"wcwidth": { "wcwidth": {
"hashes": [ "hashes": [