As the comment below alludes to, how many people are just going to import requests as r and then break something else instead of just hitting the client?
In the case of Python, both you the developer and the users need all these packages installed. So it's trouble in perpetuity. The saving grace with Haskell is that it compiles to native binary, so only the developer takes the bullet.
Is this problem unique to me?