update setup install_requires
This commit is contained in:
parent
563252b743
commit
d54d14f3db
3
setup.py
3
setup.py
|
@ -50,7 +50,8 @@ setup(
|
||||||
'cachetools==5.3.0',
|
'cachetools==5.3.0',
|
||||||
'circuitbreaker==2.0.0',
|
'circuitbreaker==2.0.0',
|
||||||
'shortuuid==1.0.11',
|
'shortuuid==1.0.11',
|
||||||
'cryptography'
|
'cryptography',
|
||||||
|
'pytest'
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'nameko': ['nameko==3.0.0rc11',
|
'nameko': ['nameko==3.0.0rc11',
|
||||||
|
|
Loading…
Reference in New Issue