Files
auto_cursor/requirements.txt
huangzhenpc cc2a3a34e3 x
2025-03-27 10:20:06 +08:00

28 lines
257 B
Plaintext

# 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