meta-prompt / pyproject.toml
yaleh's picture
Streamlit works.
76adccc
raw
history blame contribute delete
690 Bytes
[tool.poetry]
name = "meta-prompt"
version = "0.1.0"
description = "This package generates high quality prompts with input and expected output examples."
authors = ["Yale Huang <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
langgraph = "^0.1.5"
langchain = "^0.2.6"
langchain-openai = "^0.1.14"
pydantic = "^2.8.2"
python-json-logger = "^2.0.7"
streamlit = "^1.38.0"
[tool.poetry.dev-dependencies]
gradio = "^4.37.2"
confz = "^2.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
datasets = "^2.20.0"
streamlit = "^1.37.1"
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"