AIE5S3 / pyproject.toml
MikeCraBash's picture
this
dc8b645
raw
history blame contribute delete
281 Bytes
[project]
name = "aie5-deploypythonicrag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit>=2.0.4",
"numpy>=2.2.2",
"openai>=1.59.9",
"pydantic==2.10.1",
"websockets>=14.2",
]