When installing the package with pip install ipeadatapy, the requirements are not installed together.
Describe the solution you'd like
Create a setup.py file in the root folder with the required packages listed in it (check this link for more info). With this, users would not need to run pip install -r requirements after installing ipeadatapy.