15 lines
387 B
TOML
15 lines
387 B
TOML
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",
|
|
] |