Update readme to reflect that no numpy/pandas required

This commit is contained in:
Ivan Kazakov
2022-03-26 19:50:22 +03:00
parent 04d92faf97
commit 1616ebcb35

View File

@@ -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