This release can be considered a major release in terms of dependency simplification and making it lighter for the use of other applications.
+ `requests` library is replaced with `urllib3` library
+ `pandas` is now optional. If you do not provide `postprocess=True`, when initiating your `EPTR2` object you will directly get the response dictionary
+ `get_raw_response` is a new parameter (default: false) if you want the raw `urllib3` response.