aboutsummaryrefslogtreecommitdiffstats
path: root/web/dev-server/pyproject.toml
blob: 09f876ca6f0f845c32ed11c1f4486fd327e4d057 (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "gondul-dev-server"
version = "0.1.0"
description = "Gondul frontend Development server"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "fastapi[standard]>=0.115.12",
    "httpx>=0.28.1",
    "python-dotenv>=1.1.0",
]