a
This commit is contained in:
parent
032953a63d
commit
0976a3e2ef
10 changed files with 748 additions and 121 deletions
7
Pipfile
7
Pipfile
|
|
@ -7,10 +7,9 @@ verify_ssl = true
|
|||
prospector = "*"
|
||||
|
||||
[packages]
|
||||
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
|
||||
pylint = "*"
|
||||
python-decouple = "*"
|
||||
etcd3-wrapper = "*"
|
||||
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.7"
|
||||
python_version = "3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue