fleet-memory/memora-dev/benchmarks/pyproject.toml
2025-11-23 07:10:15 -07:00

22 lines
456 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "benchmarks"
version = "0.0.7"
description = "Benchmarks for Memora memory system"
requires-python = ">=3.11"
dependencies = [
"python-fasthtml>=0.12.33",
"streamlit>=1.51.0",
"openai>=1.0.0",
"rich>=13.0.0",
"pydantic>=2.0.0",
]
[tool.hatch.build.targets.wheel]
packages = ["benchmarks"]
[tool.uv.sources]
memora = { path = "../../memora" }