Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user