17 lines
273 B
TOML
17 lines
273 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "streamlit-chat-app"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"streamlit",
|
|
"python-dotenv",
|
|
"openai",
|
|
"dolphin-mcp"
|
|
]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src"]
|