Browse Source

Merge pull request #441 from FuryMartin/patch-1

Update uvicorn's version in `lib/requirements.txt` to fix installation issue with latest `pip`
tags/v0.7.0
KubeEdge Bot GitHub 10 months ago
parent
commit
2f439627f8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/requirements.txt

+ 2
- 2
lib/requirements.txt View File

@@ -11,5 +11,5 @@ joblib~=1.2.0 # BSD
pandas # BSD
six~=1.15.0 # MIT
minio~=7.0.3 # Apache-2.0
uvicorn~=0.14.0 # BSD
pycocotools
uvicorn~=0.15.0 # BSD
pycocotools

Loading…
Cancel
Save