From 7f5f1f2c0ace8ccc1103fc042c3584c6baa9de5f Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Mon, 5 Aug 2024 17:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.MD=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2159d3a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +fastapi==0.112.0 +pydantic==2.8.2 +uiautomator2==3.2.1 +uvicorn==0.30.5