Remove Request library
Closed this issue · 0 comments
bartmachielsen commented
The request library is used for all the highend HTTP requests.
Replace this module with urllib to remove this dependancy.
PROBLEM: To keep the project compatible with python 2 and python 3 it is important to write an wrapper to handle both the versions.