28 lines
257 B
Plaintext
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
|