Add dependencies to iqfeed module documentation

This commit is contained in:
moshferatu 2024-12-11 12:19:22 -08:00
parent 748d7e5621
commit c559274cfa

View File

@ -9,4 +9,13 @@ IQFEED_HOST=localhost
IQFEED_PORT=9100
```
## Dependencies
The IQFeed module depends on the following Python packages:
```
pandas
python-dotenv
```
---