Updated requirements.txt to include PyYAML and improved the format
This commit is contained in:
parent
3f1f1d6573
commit
7dd0fc4a11
|
|
@ -1,5 +1,6 @@
|
||||||
pocketflow>=0.0.1
|
pocketflow>=0.0.1
|
||||||
|
duckduckgo-search>=7.5.2 # For web search
|
||||||
aiohttp>=3.8.0 # For HTTP requests
|
aiohttp>=3.8.0 # For HTTP requests
|
||||||
openai>=1.0.0 # For LLM calls
|
openai>=1.0.0 # For LLM calls
|
||||||
duckduckgo-search>=7.5.2 # For web search
|
|
||||||
requests>=2.25.1 # For HTTP requests
|
requests>=2.25.1 # For HTTP requests
|
||||||
|
PyYAML>=6.0.2 # For YAML parsing
|
||||||
Loading…
Reference in New Issue