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"
|
||||
|
|
11
Pipfile.lock
generated
11
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "da2b08622be40cebb58efc5e298ffcb88253b829f6b90168e07de663ab95e267"
|
||||
"sha256": "22f27e3803c07b726e7064fb3a78f071e4c278477d22701c8cf0382044288e41"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -38,9 +38,12 @@
|
|||
"version": "==0.10.0"
|
||||
},
|
||||
"etcd3-wrapper": {
|
||||
"editable": true,
|
||||
"git": "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",
|
||||
"ref": "c86c1fc4dcb4a0467f0557144d1bca0812fb9c86"
|
||||
"hashes": [
|
||||
"sha256:0296a4cc7c75c6c432f54e95699271894716e99048c9987df55b6885ed9d5d07",
|
||||
"sha256:8c4e90593ea6586978f0fbd484e46fd7d8554e06cb9804d34805a1f15a046b63"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.5.2"
|
||||
},
|
||||
"flask": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue