添加依赖

This commit is contained in:
想打瞌睡 2024-07-22 15:47:40 +09:00
parent 386a9066c0
commit b151f97218
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ lib
share
pyvenv.cfg
lib64
execute.log

View File

@ -4,7 +4,7 @@ from rich.logging import RichHandler
FORMAT = "%(message)s"
logging.basicConfig(
level="NOTSET", format=FORMAT, datefmt="[%X]", handlers=[RichHandler()]
level="NOTSET", format=FORMAT, datefmt="[%Y-%m-%d %H:%d]", handlers=[RichHandler()]
)
log = logging.getLogger("rich")

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
markdown-it-py==3.0.0
mdurl==0.1.2
pygments==2.18.0
rich==13.7.1
typing-extensions==4.12.2
xlwt==1.3.0