36 lines
520 B
Plaintext
36 lines
520 B
Plaintext
# 7000%AUTO - AI Autonomous Development System
|
|
# Core dependencies
|
|
|
|
# OpenCode SDK
|
|
opencode-ai>=0.1.0a36
|
|
|
|
# Web Framework
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
sse-starlette>=1.8.0
|
|
|
|
# Database
|
|
sqlalchemy[asyncio]>=2.0.0
|
|
aiosqlite>=0.19.0
|
|
|
|
# HTTP Client
|
|
httpx>=0.26.0
|
|
|
|
# Data Validation
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
|
|
# Environment
|
|
python-dotenv>=1.0.0
|
|
|
|
# MCP Server
|
|
mcp>=1.0.0
|
|
|
|
# External APIs
|
|
tweepy>=4.14.0
|
|
# PyGithub removed - using Gitea API via httpx
|
|
|
|
# Utilities
|
|
aiofiles>=23.2.0
|
|
structlog>=23.2.0
|