| # Topcoder Challenge Intelligence Assistant | |
| # Windows Compatible Requirements - Updated with OpenAI LLM Integration | |
| # Core Framework for UI | |
| gradio==5.39.0 | |
| # HTTP Client for MCP Integration | |
| httpx>=0.25.0 | |
| # OpenAI API for Intelligent Chat | |
| openai>=1.0.0 | |
| # Environment and Configuration | |
| python-dotenv>=1.0.0 | |
| # Type Hints | |
| typing-extensions>=4.8.0 | |
| # Image Processing for Gradio | |
| pillow>=10.1.0 | |
| # Optional: Enhanced functionality | |
| markdown>=3.5.1 | |
| numpy>=1.24.3 | |
| # Development and Testing | |
| pytest>=7.4.3 | |
| # Note: All packages chosen for Windows compatibility | |
| # No compilation required, works on Hugging Face CPU Basic | |
| # OpenAI package added for intelligent LLM chat integration |