a
This commit is contained in:
parent
5092c6e1c6
commit
f0af8aec72
2 changed files with 15 additions and 21 deletions
5
Pipfile
5
Pipfile
|
@ -13,8 +13,9 @@ pylint = "*"
|
|||
python-decouple = "*"
|
||||
sshtunnel = "*"
|
||||
bitmath = "*"
|
||||
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"
|
||||
|
|
31
Pipfile.lock
generated
31
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "0219283481dc052f9ca13f16133fc9a622bfb63371dc633103aa365b98268a41"
|
||||
"sha256": "c5f7e990e7bb854a8b38a9c23a6a5a7b59ad35d6c5e6e6a09d2ed7863540c5d1"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -105,19 +105,10 @@
|
|||
],
|
||||
"version": "==2.7"
|
||||
},
|
||||
"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": [
|
||||
|
@ -221,6 +212,11 @@
|
|||
"index": "pypi",
|
||||
"version": "==3.1"
|
||||
},
|
||||
"python-etcd3": {
|
||||
"editable": true,
|
||||
"git": "https://github.com/kragniz/python-etcd3.git",
|
||||
"ref": "cdc4c48bde88a795230a02aa574df84ed9ccfa52"
|
||||
},
|
||||
"six": {
|
||||
"hashes": [
|
||||
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
|
||||
|
@ -243,12 +239,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"
|
||||
}
|
||||
},
|
||||
"develop": {
|
||||
|
|
Loading…
Reference in a new issue