Update requirements.txt,添加了pandas模块,datetime为Python标准库模块无需添加

This commit is contained in:
翟持江 2025-01-15 18:27:40 +08:00 committed by GitHub
parent d2ecd3b11d
commit 8741952cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,4 +15,5 @@ wordcloud==1.9.3
matplotlib==3.9.0 matplotlib==3.9.0
requests==2.32.3 requests==2.32.3
parsel==1.9.1 parsel==1.9.1
pyexecjs==1.5.1 pyexecjs==1.5.1
pandas==2.2.3