1
0
Fork 0
gibby/pyproject.toml
2026-04-20 23:41:37 +03:00

16 lines
250 B
TOML

[project]
name = "gibby"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.116.1",
"httpx>=0.28.1",
"pygments>=2.20.0",
"uvicorn>=0.35.0",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
]