[project] name = "pdf-based-chat" version = "0.1.0" description = "MBTA customer service chatbot using PDF knowledge base" requires-python = ">=3.10" dependencies = [ "requests", "python-dotenv", "gradio", "pypdf", "openai", "openai-agents", ]