a
This commit is contained in:
parent
3f8edcbc58
commit
ef9e9a7967
2 changed files with 4 additions and 4 deletions
6
Pipfile
6
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue