zigistryBackend / pyproject.toml
RohanVashisht's picture
ok
0c62194
raw
history blame contribute delete
246 Bytes
[project]
name = "zbk"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"fastapi>=0.128.0",
"libsql>=0.1.11",
"uvicorn>=0.39.0",
"python-dotenv>=1.0.0",
]