update setup install_requires

This commit is contained in:
BryantHe 2023-07-17 17:23:48 +08:00
parent 563252b743
commit d54d14f3db
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ setup(
'cachetools==5.3.0',
'circuitbreaker==2.0.0',
'shortuuid==1.0.11',
'cryptography'
'cryptography',
'pytest'
],
extras_require={
'nameko': ['nameko==3.0.0rc11',