Update Pipfile to obtain etcd3_wrapper from pypi

This commit is contained in:
PCoder 2019-09-13 11:40:10 +05:30
commit 320ba43cdd
2 changed files with 8 additions and 5 deletions

View file

@ -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"