first commit

This commit is contained in:
2025-10-21 21:26:56 +08:00
commit 4e62afc40e
13 changed files with 3565 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "codeapi"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.119.1",
"openai>=2.6.0",
"pydantic>=2.12.3",
"python-dotenv>=1.1.1",
"tortoise-orm>=0.25.1",
"uvicorn[standard]>=0.38.0",
]