System Info
Python 3.9.22
Information
🐛 Describe the bug
#230 added changes that import requests and fire, but these two libraries are not added to the dependencies list (uv.lock, pyproject.toml, etc.)
Error logs
PyCharm shows errors No module named 'fire' and No module named 'requests'
Expected behavior
requests and fire are found in the dependencies.
System Info
Python 3.9.22
Information
🐛 Describe the bug
#230 added changes that import
requestsandfire, but these two libraries are not added to the dependencies list (uv.lock,pyproject.toml, etc.)Error logs
PyCharm shows errors
No module named 'fire'andNo module named 'requests'Expected behavior
requestsandfireare found in the dependencies.