This commit is contained in:
jock
2025-06-12 17:45:11 +08:00
parent b7830daed0
commit 052c465dfd
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -3,5 +3,5 @@ Requests~=2.32.3
watchdog~=4.0.2
websockets~=15.0
wincertstore==0.2.1
termcolor
yaspin~=3.1.0
termcolor~=3.1.0
rich~=14.0.0
-2
View File
@@ -3,7 +3,6 @@ import urllib.request
from pathlib import Path
import requests
from rich import print as rprint
from termcolor import colored
import cert
@@ -11,7 +10,6 @@ import version
from console import console
from logger import logger
SRC_PATH = Path.absolute(Path(__file__)).parent
LOGO_FILE = str(SRC_PATH / 'resources' / 'logo.txt')