carrotai-chat / shared /pyproject.toml
Jaco9921's picture
Initial deploy: CarrotAI chat service
8f936fd verified
Raw
History Blame Contribute Delete
388 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "shared"
version = "0.1.0"
description = "Shared utilities for Stock Analysis services"
requires-python = ">=3.10"
dependencies = [
"litellm>=1.30.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0",
"pydantic-settings>=2.0",
]
[tool.setuptools.packages.find]
where = ["."]