Skip to content

Commit 664e5d2

Browse files
author
Paul
committed
fix: add project table to pyproject.toml for vercel uv builder
1 parent 4ecd9e1 commit 664e5d2

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "bash-cloud-forge"
3+
version = "1.1.0"
4+
description = "Pure Bash Cloud Provisioning API"
5+
dependencies = [
6+
"fastapi",
7+
"uvicorn[standard]",
8+
"pydantic-settings",
9+
"sqlalchemy",
10+
"psycopg2-binary",
11+
]
12+
13+
[tool.uv]
14+
managed = true

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fastapi
2+
uvicorn[standard]
3+
pydantic-settings
4+
sqlalchemy
5+
psycopg2-binary

0 commit comments

Comments
 (0)