浏览代码

Update requirements.txt (#7491)

* Update requirements.txt

* Update frameworks/Python/starlite/requirements.txt
Na'aman Hirschfeld 3 年之前
父节点
当前提交
7ac3951c8b
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      frameworks/Python/starlite/requirements.txt

+ 6 - 5
frameworks/Python/starlite/requirements.txt

@@ -1,5 +1,6 @@
-asyncpg==0.25.0
-Jinja2==3.0.3
-uvicorn==0.17.1
-starlite==1.0.0
-gunicorn==20.1.0
+asyncpg>=0.26.0
+Jinja2>=3.1.2
+uvicorn>=0.18.2
+starlite>=1.7.1
+gunicorn>=20.1.0
+uvloop>=0.16.0