This commit is contained in:
ahmadbilalkhalid 2019-09-26 18:41:20 +05:00
commit fddde9dee6
2 changed files with 60 additions and 54 deletions

View file

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