prompt_teacher / pyproject.toml
pwenker's picture
this and that
d0ef3aa
raw
history blame contribute delete
626 Bytes
[project]
name = "prompt-teacher"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Pascal Wenker", email = "[email protected]" }
]
dependencies = [
"gradio>=4.31.4",
"langchain-anthropic>=0.1.13",
"pydantic-settings>=2.2.1",
"langchain>=0.2.1",
"langchain-openai>=0.1.7",
]
readme = "README.md"
requires-python = ">= 3.11"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/prompt_teacher"]