Files
myrag/pyproject.toml
T

15 lines
335 B
TOML

[project]
name = "myrag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.116.2",
"marimo>=0.15.3",
"pgvector>=0.4.1",
]
[tool.marimo.runtime]
dotenv = [".env", "/home/lucas/DataProyects/Snippets_marimo_noteebooks/secrets/.env.snpt"]