Browse Source

Fix the wrong uvicorn version in sedna lib

Signed-off-by: Jie Pu <i@jaypu.com>
tags/v0.5.0
Jie Pu 4 years ago
parent
commit
9ffcede642
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/requirements.txt

+ 1
- 1
lib/requirements.txt View File

@@ -11,4 +11,4 @@ joblib~=1.0.1 # BSD
pandas~=1.1.5 # BSD
six~=1.15.0 # MIT
minio~=7.0.3 # Apache-2.0
uvicorn>=0.14.0 # BSD
uvicorn~=0.14.0 # BSD

Loading…
Cancel
Save