Pipelinen parannuksia building blockeilla
This commit is contained in:
15
zipit/loop_runs/v6_stable/pyproject.toml
Normal file
15
zipit/loop_runs/v6_stable/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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",
|
||||
"python-dotenv",
|
||||
"pydantic"
|
||||
]
|
||||
Reference in New Issue
Block a user