Increase etcd3gw dependency version

There is an upstream issue[1] in etcd3gw, when running on Python3, a
lock is never treated as acquired (although in fact it is acquired).
This makes that qinling cannot work properly on Python3.

The fix[2] is included in etcd3gw 0.2.2. So the requirements must be
updated for qinling to run normally on Python3.

[1]. https://github.com/dims/etcd3-gateway/issues/24
[2]. https://github.com/dims/etcd3-gateway/pull/25

Change-Id: I3868864b957c8a5cd8c26acadc7e17f1c427699c
This commit is contained in:
Hunt Xu 2018-07-18 16:48:50 +08:00
parent 527474fe30
commit 77fc9f11a7
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ debtcollector==1.19.0
decorator==4.2.1 decorator==4.2.1
dogpile.cache==0.6.5 dogpile.cache==0.6.5
enum-compat==0.0.2 enum-compat==0.0.2
etcd3gw==0.2.0 etcd3gw==0.2.2
eventlet==0.20.0 eventlet==0.20.0
extras==1.0.0 extras==1.0.0
fasteners==0.14.1 fasteners==0.14.1

View File

@ -29,5 +29,5 @@ croniter>=0.3.4 # MIT License
python-dateutil>=2.5.3 # BSD python-dateutil>=2.5.3 # BSD
tenacity>=4.4.0 # Apache-2.0 tenacity>=4.4.0 # Apache-2.0
PyMySQL>=0.7.6 # MIT License PyMySQL>=0.7.6 # MIT License
etcd3gw>=0.2.0 # Apache-2.0 etcd3gw>=0.2.2 # Apache-2.0
cotyledon>=1.3.0 # Apache-2.0 cotyledon>=1.3.0 # Apache-2.0