Files
simplemind/pyproject.toml
T
2024-10-28 06:22:41 -04:00

12 lines
344 B
TOML

[project]
name = "simplemind"
version = "0.1.0"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["pydantic", "instructor"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"