UV-PythonicRAG / pyproject.toml
Mdean77's picture
Update pyproject.toml
4c6411a verified
raw
history blame
274 Bytes
[project]
name = "deploypythonicrag-uv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chainlit>=1.3.2",
"numpy>=1.26.4",
"openai>=1.58.1",
"pydantic==2.10.1",
"websockets"
]