Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-2.7.9
[1G $ pip install -r requirements.txt
[1G Collecting selenium (from -r requirements.txt (line 1))
[1G Downloading selenium-3.0.2-py2.py3-none-any.whl (915kB)
[1G Collecting pandas (from -r requirements.txt (line 2))
[1G Downloading pandas-0.19.2-cp27-cp27m-manylinux1_x86_64.whl (17.2MB)
[1G Collecting pytz>=2011k (from pandas->-r requirements.txt (line 2))
[1G Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
[1G Collecting python-dateutil (from pandas->-r requirements.txt (line 2))
[1G Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
[1G Collecting numpy>=1.7.0 (from pandas->-r requirements.txt (line 2))
[1G Downloading numpy-1.11.3-cp27-cp27m-manylinux1_x86_64.whl (15.4MB)
[1G Collecting six>=1.5 (from python-dateutil->pandas->-r requirements.txt (line 2))
[1G Downloading six-1.10.0-py2.py3-none-any.whl
[1G Installing collected packages: selenium, pytz, six, python-dateutil, numpy, pandas
[1G Successfully installed numpy-1.11.3 pandas-0.19.2 python-dateutil-2.6.0 pytz-2016.10 selenium-3.0.2 six-1.10.0
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...