initial ai implementation

This commit is contained in:
Erik Foris
2026-04-20 14:48:33 +02:00
parent f91eaed663
commit 05c4b4b04c
31 changed files with 1420 additions and 1 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
name = "LinearGiteaIntegration"
version = "0.1.0"
description = "Integrate Linear issue tracking with Gitea"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.109.0",
"uvicorn[standard]>=0.27.0",
"httpx>=0.26.0",
"pydantic>=2.5.0",
"pydantic-settings>=2.1.0",
"PyYAML>=6.0.0",
"python-dotenv>=1.0.0",
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
]