From 36f46a245976963e5e22e63c214a507ddd75dee0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 22 Mar 2021 16:21:57 -0400 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=20API=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=8F=91=E9=80=81=20API=20=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 7 ++++--- tests/{SendMail.py => SendMailRESTfulAPI.py} | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) rename tests/{SendMail.py => SendMailRESTfulAPI.py} (91%) diff --git a/requirements.txt b/requirements.txt index f49995a..4cdc7cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ yfinance==0.1.54 python-dateutil~=2.8.1 setuptools~=54.0.0 ruamel.yaml -qrcode +qrcode~=6.1 Pillow -pyautogui -selenium \ No newline at end of file +pyautogui~=0.9.52 +selenium +requests~=2.25.1 \ No newline at end of file diff --git a/tests/SendMail.py b/tests/SendMailRESTfulAPI.py similarity index 91% rename from tests/SendMail.py rename to tests/SendMailRESTfulAPI.py index b9444ff..f1705ce 100644 --- a/tests/SendMail.py +++ b/tests/SendMailRESTfulAPI.py @@ -2,7 +2,7 @@ # Python Email Sending Test # Author - HoneyMoose(huyuchengus@gmail.com) -# Link Article - https://www.ossez.com/t/python/13398 +# Link Article - https://www.ossez.com/t/python-api/13402 import requests