Created
November 12, 2017 19:22
-
-
Save jeschkies/3203e50cf62ddebfe619e1681ec4a0f0 to your computer and use it in GitHub Desktop.
Log output for Heroku dpeloyment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git push heroku master | |
| remote: Compressing source files... done. | |
| remote: Building source: | |
| remote: | |
| remote: -----> Python app detected | |
| remote: -----> Installing python-3.6.2 | |
| remote: -----> Installing pip | |
| remote: -----> Installing requirements with pip | |
| remote: Collecting Babel>=2.5 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 1)) | |
| remote: Downloading Babel-2.5.1-py2.py3-none-any.whl (6.8MB) | |
| remote: Collecting Flask==0.12 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading Flask-0.12-py2.py3-none-any.whl (82kB) | |
| remote: Collecting gunicorn>=19.7.1 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 3)) | |
| remote: Downloading gunicorn-19.7.1-py2.py3-none-any.whl (111kB) | |
| remote: Obtaining humanhash from git+https://github.com/nazavode/humanhash.git#egg=humanhash (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 4)) | |
| remote: Cloning https://github.com/nazavode/humanhash.git to /app/.heroku/src/humanhash | |
| remote: Running setup.py (path:/app/.heroku/src/humanhash/setup.py) egg_info for package humanhash produced metadata for project name humanhash3. Fix your #egg=humanhash fragments. | |
| remote: Collecting peewee>=2.10.1 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 5)) | |
| remote: Downloading peewee-2.10.2.tar.gz (516kB) | |
| remote: Collecting stripe>=1.62.0 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading stripe-1.75.0-py3-none-any.whl (203kB) | |
| remote: Collecting yapf==0.17.0 (from -r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 7)) | |
| remote: Downloading yapf-0.17.0-py2.py3-none-any.whl (151kB) | |
| remote: Collecting pytz>=0a (from Babel>=2.5->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 1)) | |
| remote: Downloading pytz-2017.3-py2.py3-none-any.whl (511kB) | |
| remote: Collecting Werkzeug>=0.7 (from Flask==0.12->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading Werkzeug-0.12.2-py2.py3-none-any.whl (312kB) | |
| remote: Collecting itsdangerous>=0.21 (from Flask==0.12->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading itsdangerous-0.24.tar.gz (46kB) | |
| remote: Collecting click>=2.0 (from Flask==0.12->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading click-6.7-py2.py3-none-any.whl (71kB) | |
| remote: Collecting Jinja2>=2.4 (from Flask==0.12->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading Jinja2-2.10-py2.py3-none-any.whl (126kB) | |
| remote: Collecting requests>=0.8.8 (from stripe>=1.62.0->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading requests-2.18.4-py2.py3-none-any.whl (88kB) | |
| remote: Collecting MarkupSafe>=0.23 (from Jinja2>=2.4->Flask==0.12->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 2)) | |
| remote: Downloading MarkupSafe-1.0.tar.gz | |
| remote: Collecting chardet<3.1.0,>=3.0.2 (from requests>=0.8.8->stripe>=1.62.0->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB) | |
| remote: Collecting certifi>=2017.4.17 (from requests>=0.8.8->stripe>=1.62.0->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading certifi-2017.11.5-py2.py3-none-any.whl (330kB) | |
| remote: Collecting idna<2.7,>=2.5 (from requests>=0.8.8->stripe>=1.62.0->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading idna-2.6-py2.py3-none-any.whl (56kB) | |
| remote: Collecting urllib3<1.23,>=1.21.1 (from requests>=0.8.8->stripe>=1.62.0->-r /tmp/build_ec04ea75b01ab792c37bfba5e22f78c6/requirements.txt (line 6)) | |
| remote: Downloading urllib3-1.22-py2.py3-none-any.whl (132kB) | |
| remote: Installing collected packages: pytz, Babel, Werkzeug, itsdangerous, click, MarkupSafe, Jinja2, Flask, gunicorn, humanhash3, peewee, chardet, certifi, idna, urllib3, requests, stripe, yapf | |
| remote: Running setup.py install for itsdangerous: started | |
| remote: Running setup.py install for itsdangerous: finished with status 'done' | |
| remote: Running setup.py install for MarkupSafe: started | |
| remote: Running setup.py install for MarkupSafe: finished with status 'done' | |
| remote: Running setup.py develop for humanhash3 | |
| remote: Running setup.py install for peewee: started | |
| remote: Running setup.py install for peewee: finished with status 'done' | |
| remote: Successfully installed Babel-2.5.1 Flask-0.12 Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.12.2 certifi-2017.11.5 chardet-3.0.4 click-6.7 gunicorn-19.7.1 humanhash3 idna-2.6 itsdangerous-0.24 peewee-2.10.2 pytz-2017.3 requests-2.18.4 stripe-1.75.0 urllib3-1.22 yapf-0.17.0 | |
| remote: | |
| remote: -----> Discovering process types | |
| remote: Procfile declares types -> web | |
| remote: | |
| remote: -----> Compressing... | |
| remote: Done: 51M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment