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