Updated requirements.txt to include PyYAML and improved the format

This commit is contained in:
Cosmos Tremblay Owens 2025-07-31 10:08:27 -04:00
parent 3f1f1d6573
commit 7dd0fc4a11
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
pocketflow>=0.0.1
aiohttp>=3.8.0 # For HTTP requests
openai>=1.0.0 # For LLM calls
duckduckgo-search>=7.5.2 # For web search
requests>=2.25.1 # For HTTP requests
duckduckgo-search>=7.5.2 # For web search
aiohttp>=3.8.0 # For HTTP requests
openai>=1.0.0 # For LLM calls
requests>=2.25.1 # For HTTP requests
PyYAML>=6.0.2 # For YAML parsing