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 = "*"
|
||||||
flask-restful = "*"
|
flask-restful = "*"
|
||||||
bitmath = "*"
|
bitmath = "*"
|
||||||
ucloud-common = {editable = true,git = "https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
|
ucloud-common = {editable = true,git = "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"}
|
etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
||||||
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
|
python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"}
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.5"
|
python_version = "3.5"
|
||||||
|
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "da90d961feef2b4b39b395ebfa226fa05e603b16c85d79fa5de44e8e86fc8c2e"
|
"sha256": "4c11e0d6a187cd2dfe45a153fdb96ca980ecee0c8a1a95d3143d2c1612b77c25"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
Loading…
Reference in a new issue