tducret / amazon-scraper-python

Non-official client to get some info about products sold on Amazon
MIT License
871 stars 159 forks source link

Updating setup.py to resolve 'AttributeError: 'ParsedRequirement' obj… #31

Closed kevinl95 closed 4 years ago

kevinl95 commented 4 years ago

…ect has no attribute 'req''

This pull request updates setup.py in order to resolve an error I was observing with pip 20.2.3 where installation would result in the above AttributeError.

tducret commented 4 years ago

Thank you @kevinl95