更新 setup

This commit is contained in:
BryantHe 2023-05-30 17:42:54 +08:00
parent 9bb6b56ab5
commit 36c5faa340
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ setup(
'tenacity==8.2.2',
'cachetools==5.3.0',
'circuitbreaker==2.0.0',
'shortuuid==1.0.11'
],
extras_require={
'nameko': ['nameko==2.14.1',
@ -57,5 +58,6 @@ setup(
'apiflask': ['apiflask>=1.3.1'],
'rocketry': ['rocketry==2.4.0'],
'gutter': ['gutter==0.5.0'],
'mysql': ['pymysql==1.0.3', 'sqlalchemy==2.0.15'],
},
)