邮件 API 测试发送 API 请求
This commit is contained in:
parent
625a0e8412
commit
36f46a2459
|
@ -3,7 +3,8 @@ yfinance==0.1.54
|
||||||
python-dateutil~=2.8.1
|
python-dateutil~=2.8.1
|
||||||
setuptools~=54.0.0
|
setuptools~=54.0.0
|
||||||
ruamel.yaml
|
ruamel.yaml
|
||||||
qrcode
|
qrcode~=6.1
|
||||||
Pillow
|
Pillow
|
||||||
pyautogui
|
pyautogui~=0.9.52
|
||||||
selenium
|
selenium
|
||||||
|
requests~=2.25.1
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Python Email Sending Test
|
# Python Email Sending Test
|
||||||
# Author - HoneyMoose(huyuchengus@gmail.com)
|
# 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
|
import requests
|
||||||
|
|
Loading…
Reference in New Issue