| # Core app | |
| streamlit | |
| pandas | |
| numpy | |
| # OpenAI LLM & embeddings (for openai>=1.0) | |
| openai>=1.0.0 | |
| # LangChain components | |
| langchain | |
| langchain-core | |
| langchain-community | |
| langchain-openai | |
| # For SQLite (Python stdlib, but add for safety in HF Spaces) | |
| pysqlite3-binary | |
| # General | |
| tqdm | |