Pipelinen parannuksia building blockeilla
This commit is contained in:
13
zipit/loop_runs/v2_strict/pyproject.toml
Normal file
13
zipit/loop_runs/v2_strict/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "todo-app"
|
||||
version = "0.1.0"
|
||||
description = "A simple task management API using FastAPI and SQLAlchemy"
|
||||
authors = [
|
||||
{ name="Your Name", email="your.email@example.com" }
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"sqlalchemy"
|
||||
]
|
||||
Reference in New Issue
Block a user