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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
lib/requirements.txt
|
|
@@ -11,5 +11,5 @@ joblib~=1.2.0 # BSD |
|
|
pandas # BSD |
|
|
pandas # BSD |
|
|
six~=1.15.0 # MIT |
|
|
six~=1.15.0 # MIT |
|
|
minio~=7.0.3 # Apache-2.0 |
|
|
minio~=7.0.3 # Apache-2.0 |
|
|
uvicorn~=0.14.0 # BSD |
|
|
|
|
|
pycocotools |
|
|
|
|
|
|
|
|
uvicorn~=0.15.0 # BSD |
|
|
|
|
|
pycocotools |