Add requirements
palcu opened this issue · 0 comments
palcu commented
Need
Currently when I do pip install hackernews_scrapper
I get:
ImportError: No module named requests
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /Users/alexp/.virtualenvs/hn2/build/hackernews-scraper
Storing debug log for failure in /Users/alexp/.pip/pip.log
Solution
- add
install_requires
tosetup.py