1
0
Fork 0
This commit is contained in:
Arthur K. 2026-04-20 23:41:37 +03:00
commit 7cef56de15
23 changed files with 3136 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[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",
]