Initial commit: Project Context Generator CLI v0.1.0
This commit is contained in:
35
requirements.txt
Normal file
35
requirements.txt
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user