15 lines
340 B
TOML
15 lines
340 B
TOML
[project]
|
|
name = "Eurovision-25-backend"
|
|
version = "0.1.0"
|
|
description = "Backend for Eurovision 25"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiofiles>=24.1.0",
|
|
"fastapi>=0.115.12",
|
|
"passlib[bcrypt]>=1.7.4",
|
|
"python-dotenv>=1.1.0",
|
|
"python-multipart>=0.0.20",
|
|
"uvicorn[standard]>=0.34.2",
|
|
]
|