Update Pipfile to obtain etcd3_wrapper from pypi
This commit is contained in:
parent
48e012a131
commit
320ba43cdd
2 changed files with 8 additions and 5 deletions
2
Pipfile
2
Pipfile
|
|
@ -9,8 +9,8 @@ verify_ssl = true
|
|||
flask = "*"
|
||||
flask-restful = "*"
|
||||
python-decouple = "*"
|
||||
etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git"}
|
||||
etcd3 = "*"
|
||||
etcd3-wrapper = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue