Files
Chromy/pyproject.toml
T

13 lines
246 B
TOML
Raw Normal View History

2026-04-21 13:32:09 +02:00
[project]
name = "chroma"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.5.8",
"flask>=3.1.3",
"openai>=2.32.0",
"python-dotenv>=1.2.2",
]