fleet-memory/memora-dev/benchmarks/pyproject.toml
Nicolò Boschi 3e2a565546 Release v0.0.2
- Update version to 0.0.2 in all components
- Python packages: memora, memora-dev, memora-dev/benchmarks
- Rust CLI: memora-cli
- Control Plane: memora-control-plane
- Helm chart
2025-11-11 13:43:11 +01:00

23 lines
470 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "benchmarks"
version = "0.0.2"
description = "Benchmarks for Memora memory system"
requires-python = ">=3.11"
dependencies = [
"memora",
"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" }