forked from innovacion/Mayacontigo
20 lines
446 B
TOML
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"
|