Files
mcpapp/pyproject.toml

16 lines
254 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "streamlit-chat-app"
version = "0.1.0"
dependencies = [
"streamlit",
"python-dotenv",
"openai"
]
[tool.hatch.build.targets.wheel]
packages = ["src"]