35 lines
450 B
Plaintext
35 lines
450 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
|
||
aiomysql>=0.1.1
|
||
pymysql>=1.0.2
|
||
|
||
# Redis - 使用其中一个
|
||
# 如果使用Python 3.12,推荐使用redis-py而不是aioredis
|
||
redis>=4.2.0
|
||
# aioredis>=2.0.0 # 不建议在Python 3.12上使用
|
||
|
||
# Logging
|
||
loguru==0.7.2
|