From 1616ebcb35e790413dc02a0fe42a32b5935a9a4a Mon Sep 17 00:00:00 2001 From: Ivan Kazakov Date: Sat, 26 Mar 2022 19:50:22 +0300 Subject: [PATCH] Update readme to reflect that no numpy/pandas required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be6301..2894a55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Prerequisites -This Python application requires `requests`, `numpy`, and `pandas` to be properly installed. This can be done with `pip3 install requests numpy pandas`. +This Python application requires `requests` to be properly installed. This can be done with `pip3 install requests`. ## Example usage