Files
auto_cursor/requirements.txt
2025-04-01 15:43:27 +08:00

35 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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