This commit is contained in:
commit
7cef56de15
23 changed files with 3136 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue