# PyAdminKit 核心依赖

# 异步数据库驱动
asyncpg>=0.28.0        # PostgreSQL
aiomysql>=0.2.0        # MySQL  
aiosqlite>=0.19.0      # SQLite
motor>=3.3.0           # MongoDB

# 数据验证和序列化
pydantic>=2.0.0        # 数据验证

# 类型提示
typing-extensions>=4.0.0

# 开发和测试依赖
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.5.0
cryptography>=45.0.7
