From fade17097f1cf828e40db53162abb911f5575af8 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Wed, 14 Sep 2022 12:43:41 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 8 ++++---- src/tests/test_random.py | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 src/tests/test_random.py diff --git a/requirements.txt b/requirements.txt index c7fd5ba..c0ab0bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -fastapi -uvicorn +fastapi~=0.82.0 +uvicorn~=0.18.3 jinja2 aiofiles -requests -pymysql \ No newline at end of file +requests~=2.28.1 +pymysql~=1.0.2 \ No newline at end of file diff --git a/src/tests/test_random.py b/src/tests/test_random.py new file mode 100644 index 0000000..21afeba --- /dev/null +++ b/src/tests/test_random.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# -- coding:utf-8 -- +# @Author: markushammered@gmail.com +# @Development Tool: PyCharm +# @Create Time: 2022/9/13 +# @File Name: test_random.py \ No newline at end of file