Files
auto_cursor/requirements.txt

28 lines
257 B
Plaintext
Raw Normal View History

2025-03-27 10:20:06 +08:00
# 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