Initial commit: FastAPI app with Loguru, PostgreSQL, and Docker Compose
Made-with: Cursor
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "operation-room-monitor-server"
|
||||
version = "0.1.0"
|
||||
description = "Operation room monitor API server"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"asyncpg>=0.31.0",
|
||||
"fastapi>=0.136.0",
|
||||
"loguru>=0.7.3",
|
||||
"pydantic-settings>=2.13.1",
|
||||
"sqlalchemy>=2.0.49",
|
||||
"uvicorn[standard]>=0.44.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
operation-room-monitor-server = "main:main"
|
||||
Reference in New Issue
Block a user