aggie-coding-club / GrocerEZ

GrocerEZ is a mobile app that uses a combination of web-scraping and crowd-sourcing to determine which store could fulfill your grocery list for the cheapest total
8 stars 0 forks source link

Updated requirements to match master #38

Closed firejake308 closed 3 years ago

firejake308 commented 3 years ago

The old requirements.txt had a line asking for a non-existent version of pkg-resources, which caused pip install -r requirements.txt to fail. I removed that faulty line and added a few new lines for Selenium and WebDriverManager.