From 89c680d369760e80f9d6e7c1a11faf711040f35a Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Fri, 5 Jan 2024 19:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9b71d81 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +annotated-types==0.6.0 +anyio==4.2.0 +click==8.1.7 +fastapi==0.108.0 +h11==0.14.0 +httptools==0.6.1 +idna==3.6 +pillow==10.2.0 +pydantic==2.5.3 +pydantic_core==2.14.6 +python-dotenv==1.0.0 +PyYAML==6.0.1 +sniffio==1.3.0 +starlette==0.32.0.post1 +typing_extensions==4.9.0 +uvicorn==0.25.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0