Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-2.7.9
[1G $ pip install -r requirements.txt
[1G Obtaining scraperwiki from git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki (from -r requirements.txt (line 6))
[1G Cloning http://github.com/openaustralia/scraperwiki-python.git (to morph_defaults) to ./.heroku/src/scraperwiki
[1G Collecting lxml==3.4.4 (from -r requirements.txt (line 8))
[1G Downloading lxml-3.4.4.tar.gz (3.5MB)
[1G Collecting cssselect==0.9.1 (from -r requirements.txt (line 9))
[1G Downloading cssselect-0.9.1.tar.gz
[1G Collecting beautifulsoup4==4.5.1 (from -r requirements.txt (line 10))
[1G Downloading beautifulsoup4-4.5.1-py2-none-any.whl (83kB)
[1G Collecting requests==2.9.1 (from -r requirements.txt (line 11))
[1G Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
[1G Collecting urllib3==1.19 (from -r requirements.txt (line 12))
[1G Downloading urllib3-1.19-py2.py3-none-any.whl (104kB)
[1G Collecting dumptruck>=0.1.2 (from scraperwiki->-r requirements.txt (line 6))
[1G Downloading dumptruck-0.1.6.tar.gz
[1G Installing collected packages: dumptruck, requests, scraperwiki, lxml, cssselect, beautifulsoup4, urllib3
[1G Running setup.py install for dumptruck: started
[1G Running setup.py install for dumptruck: finished with status 'done'
[1G Running setup.py develop for scraperwiki
[1G Running setup.py install for lxml: started
[1G Running setup.py install for lxml: still running...
[1G Running setup.py install for lxml: finished with status 'done'
[1G Running setup.py install for cssselect: started
[1G Running setup.py install for cssselect: finished with status 'done'
[1G Successfully installed beautifulsoup4-4.5.1 cssselect-0.9.1 dumptruck-0.1.6 lxml-3.4.4 requests-2.9.1 scraperwiki urllib3-1.19
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 27, in <module>
from urllib.request import urlopen
ImportError: No module named request