a
This commit is contained in:
parent
887e9d72a4
commit
463f03a27b
2 changed files with 15 additions and 19 deletions
4
Pipfile
4
Pipfile
|
@ -14,7 +14,9 @@ requests = "*"
|
|||
flask = "*"
|
||||
flask-restful = "*"
|
||||
bitmath = "*"
|
||||
ucloud-common = "*"
|
||||
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"}
|
||||
|
||||
[requires]
|
||||
python_version = "3.5"
|
||||
|
|
30
Pipfile.lock
generated
30
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "2196f3acb1340ee1affed007e51100531714f5fdc27d5d885580ae8acef354e7"
|
||||
"sha256": "9c7d2e7e8033cb76a6055c8801aa315e362829c43d51f81a5e69a109a4d960b3"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -51,18 +51,10 @@
|
|||
],
|
||||
"version": "==7.0"
|
||||
},
|
||||
"etcd3": {
|
||||
"hashes": [
|
||||
"sha256:25a524b9f032c6631ff0097532907dea81243eaa63c3744510fd1598cc4e0e87"
|
||||
],
|
||||
"version": "==0.10.0"
|
||||
},
|
||||
"etcd3-wrapper": {
|
||||
"hashes": [
|
||||
"sha256:ac7a69e448b6870c58eeb74ae11263cac0323f75d404619df0064ef239e9fa1b",
|
||||
"sha256:d73d74a34a2e27297dc01b214539a7a735e41e9492814c9050d97b5bc337d41b"
|
||||
],
|
||||
"version": "==0.5.4"
|
||||
"editable": true,
|
||||
"git": "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",
|
||||
"ref": "b1893fc286e9ed59876a526d81094edd796d6815"
|
||||
},
|
||||
"flask": {
|
||||
"hashes": [
|
||||
|
@ -207,6 +199,11 @@
|
|||
"index": "pypi",
|
||||
"version": "==3.1"
|
||||
},
|
||||
"python-etcd3": {
|
||||
"editable": true,
|
||||
"git": "https://github.com/kragniz/python-etcd3.git",
|
||||
"ref": "cdc4c48bde88a795230a02aa574df84ed9ccfa52"
|
||||
},
|
||||
"pytz": {
|
||||
"hashes": [
|
||||
"sha256:26c0b32e437e54a18161324a2fca3c4b9846b74a8dccddd843113109e1116b32",
|
||||
|
@ -237,12 +234,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"
|
||||
},
|
||||
"urllib3": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue