From b33b3f8f5b982d8cbc53442e42905186d45deea4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 13:19:59 +0000 Subject: [PATCH] Initial commit: Project Context Generator CLI v0.1.0 --- requirements.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0898e6c --- /dev/null +++ b/requirements.txt @@ -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