From 19d31f31c141b64cb872f9d84d36ee7cc2f8ba1b Mon Sep 17 00:00:00 2001 From: aiyiqi Date: Tue, 9 May 2023 17:34:01 +0800 Subject: [PATCH] add greenlet to requirement.txt and edit readme pip command --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a19cf5..aaef8ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git clone git@gitlab.alibaba-inc.com:ostest/test-lib.git ### 2. 安装项目依赖 ```angular2html -pip install -r requirements +pip install -r requirements.txt ``` ### 3. 运行项目 diff --git a/requirements.txt b/requirements.txt index cae743a..ed6a9a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ sanic==21.6.1 sqlalchemy~=1.4.32 +greenlet~=2.0.2 aiomysql aioredis~=2.0.1 aiohttp~=3.8.1 -- Gitee