更新CloudCenter依赖
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-11-20 01:03:09 +08:00
parent d6df32a8b1
commit 96365864e1
Signed by: lzwang
GPG Key ID: FFD6B70B490B4C53
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ COPY ./cloud-center/requirements.txt /project/requirements.txt
# redis must > 4.0 (ignore slowapi requirement)
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir redis==4.3.4 \
&& pip install --no-cache-dir redis -U \
&& rm -rf /root/.cache \
&& rm -rf /tmp/*

View File

@ -13,6 +13,8 @@ python-dateutil>=2.8.2
pyyaml>=6.0
requests>=2.28.0
pydantic>=1.9.0
httpx >= 0.23.1
urllib3 >= 1.26.12
fastapi>=0.75.1
slowapi>=0.1.5
uvicorn>=0.17.6