Archived
16 lines
329 B
TOML
16 lines
329 B
TOML
[project]
|
|
name = "eurovision-25"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"duckdb>=1.2.0",
|
|
"fastapi>=0.115.8",
|
|
"loguru>=0.7.3",
|
|
"pydantic-settings>=2.8.1",
|
|
"python-bcrypt>=0.3.2",
|
|
"rich>=13.9.4",
|
|
"uvicorn>=0.34.0",
|
|
]
|