Files
weather-info/api-server/pyproject.toml
2025-11-21 15:06:04 +00:00

14 lines
262 B
TOML

[project]
name = "api-server"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"beautifulsoup4>=4.14.0",
]
# [build-system]
# requires = ["hatchling"]
# build-backend = "hatchling.build"