Skip to content

Commit

Permalink
更新requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-brown8 committed Jul 27, 2024
1 parent 15dd3de commit d8d6a9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# coding=UTF-8-BOM

# Copyright 2024 © Mike. All Rights Reserved.
help_text = '''--- HELP DOCUMENT START ---
114514 | 立即开始恶臭
Expand Down
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# coding=UTF-8-BOM
import json
import doc_file as doc
from pickle import TRUE
import sys
import threading
import requests as rq
from requests import RequestException
Expand Down
1 change: 1 addition & 0 deletions process_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# coding=UTF-8-BOM

# 此模块用于处理消息事件
# 收到消息将会从主程序调用
# 模块中的函数处理会阻塞主线程,请勿等待!
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
urllib3==2.2.2
requests==2.32.3

0 comments on commit d8d6a9a

Please sign in to comment.