This commit is contained in:
huangzhenpc
2025-03-27 10:20:06 +08:00
parent 6bcfedeb04
commit cc2a3a34e3
21 changed files with 1791 additions and 0 deletions

27
requirements.txt Normal file
View File

@@ -0,0 +1,27 @@
# HTTP related
aiohttp
requests
curl_cffi
# Email processing
aioimaplib
# Type hints and data structures
dataclasses
typing
# Config file processing
pyyaml
# Async support
asyncio
# Utils
python-dateutil
# Database
aiosqlite
# Logging
loguru==0.7.2