Increase dogpile version for Py3.7 compatibility
The library dogpile.cache is not compatible with Python 3.7 until
version 0.6.5 because of new reserved word 'async'.
For more info please check:
3c4351c11f
Change-Id: I851ed4ec14cb0a97c9acc38f77cdab6f269ed40c
This commit is contained in:
parent
65a3f6a25b
commit
835ab9d133
@ -4,7 +4,7 @@ cryptography==2.1
|
||||
ddt==1.0.1
|
||||
decorator==3.4.0
|
||||
doc8==0.8.0
|
||||
dogpile.cache==0.6.2
|
||||
dogpile.cache==0.6.5
|
||||
extras==1.0.0
|
||||
fixtures==3.0.0
|
||||
future==0.16.0
|
||||
|
@ -18,5 +18,5 @@ futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||
iso8601>=0.1.11 # MIT
|
||||
netifaces>=0.10.4 # MIT
|
||||
|
||||
dogpile.cache>=0.6.2 # BSD
|
||||
dogpile.cache>=0.6.5 # BSD
|
||||
cryptography>=2.1 # BSD/Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user