Browse Source

去掉 logging 依赖包,使用python内置的logging模块

main
Julin 2 years ago
parent
commit
fed0595d8c
  1. 2
      code/pep-stats-report/.gitignore
  2. 1
      code/pep-stats-report/requirements.txt

2
code/pep-stats-report/.gitignore

@ -3,6 +3,6 @@ build/
log/
output/
# Python虚拟环境
*venv/
*venv*
*.spec
*cache*

1
code/pep-stats-report/requirements.txt

@ -11,7 +11,6 @@ fonttools==4.39.3
idna==3.4
importlib-resources==5.12.0
kiwisolver==1.4.4
logging==0.4.9.6
lxml==4.9.2
matplotlib==3.7.1
numpy==1.24.2

Loading…
Cancel
Save