Files
Mayacontigo/packages/qdrant/pyproject.toml
Rogelio 325f1ef439 ic
2025-10-13 18:16:25 +00:00

20 lines
446 B
TOML

[project]
name = "qdrant"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "ajac-zero", email = "ajcardoza2000@gmail.com" }]
requires-python = ">=3.12"
dependencies = ["langfuse>=2.60.2", "qdrant-client>=1.12.2"]
[tool.pyright]
venvPath = "."
venv = ".venv"
[tool.hatch.build.targets.wheel]
packages = ["banortegpt"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"