[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"]