From 5676350e26b0394d84681ba12ff4430cfa6cbc0e Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 17 Jun 2021 17:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 207e545..3f734e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ -fastapi~=0.65.2 \ No newline at end of file +requests~=2.25.1 +uvicorn~=0.14.0 +fastapi~=0.65.2 +pydantic~=1.8.2 \ No newline at end of file