From c559274cfabdbcc334ae7cebffbed513758ea091 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 11 Dec 2024 12:19:22 -0800 Subject: [PATCH] Add dependencies to iqfeed module documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cd7771a..f2c0a1c 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,13 @@ IQFEED_HOST=localhost IQFEED_PORT=9100 ``` +## Dependencies + +The IQFeed module depends on the following Python packages: + +``` +pandas +python-dotenv +``` + --- \ No newline at end of file