Files
TechTide AI 156511e749 fix: remove stdlib modules from requirements.txt
asyncio and uuid are Python standard library modules (available since
Python 3.4+). Listing them in requirements.txt is unnecessary and can
install unrelated PyPI packages with the same name, causing conflicts.

Affected files (8 total):
- starter_ai_agents: openai_research_agent, mixture_of_agents,
  ai_meme_generator_agent_browseruse
- mcp_ai_agents: github_mcp_agent, browser_mcp_agent
- ai_agent_framework_crash_course: 5_1_in_memory_conversation_agent,
  5_2_persistent_conversation_agent
- advanced_ai_agents: ai_financial_coach_agent
2026-05-21 17:26:10 -04:00

3 lines
49 B
Plaintext

streamlit>=1.28.0
mcp-agent>=0.0.14
openai>=1.0.0