Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Delta compression using up to 4 threads.
  2. Compressing objects: 100% (3/3), done.
  3. Writing objects: 100% (3/3), 363 bytes | 0 bytes/s, done.
  4. Total 3 (delta 1), reused 0 (delta 0)
  5. remote: Compressing source files... done.
  6. remote: Building source:
  7. remote:
  8. remote: -----> Python app detected
  9. remote: -----> Installing pip
  10. remote: -----> Uninstalling stale dependencies
  11. remote: Uninstalling pyxdg-0.25:
  12. remote: Successfully uninstalled pyxdg-0.25
  13. remote: Uninstalling telebot-0.0.3:
  14. remote: Successfully uninstalled telebot-0.0.3
  15. remote: Uninstalling urllib3-1.22:
  16. remote: Successfully uninstalled urllib3-1.22
  17. remote: -----> Installing requirements with pip
  18. remote: Collecting py==1.4.29 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 1))
  19. remote: Downloading py-1.4.29-py2.py3-none-any.whl (82kB)
  20. remote: Collecting pytest==3.0.2 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 2))
  21. remote: Downloading pytest-3.0.2-py2.py3-none-any.whl (169kB)
  22. remote: Collecting requests==2.7.0 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 3))
  23. remote: Downloading requests-2.7.0-py2.py3-none-any.whl (470kB)
  24. remote: Collecting six==1.9.0 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 4))
  25. remote: Downloading six-1.9.0-py2.py3-none-any.whl
  26. remote: Collecting wheel==0.24.0 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 5))
  27. remote: Downloading wheel-0.24.0-py2.py3-none-any.whl (63kB)
  28. remote: Collecting natsort==5.2.0 (from -r /tmp/build_e60fac23b55a10092c007f5a30104f17/requirements.txt (line 8))
  29. remote: Downloading natsort-5.2.0-py2.py3-none-any.whl
  30. remote: Installing collected packages: py, pytest, requests, six, wheel, natsort
  31. remote: Found existing installation: requests 2.18.4
  32. remote: Uninstalling requests-2.18.4:
  33. remote: Successfully uninstalled requests-2.18.4
  34. remote: Found existing installation: six 1.11.0
  35. remote: Uninstalling six-1.11.0:
  36. remote: Successfully uninstalled six-1.11.0
  37. remote: Found existing installation: wheel 0.30.0
  38. remote: Uninstalling wheel-0.30.0:
  39. remote: Successfully uninstalled wheel-0.30.0
  40. remote: Successfully installed natsort-5.2.0 py-1.4.29 pytest-3.0.2 requests-2.7.0 six-1.9.0 wheel-0.24.0
  41. remote:
  42. remote: -----> Discovering process types
  43. remote: Procfile declares types -> web
  44. remote:
  45. remote: -----> Compressing...
  46. remote: Done: 46.1M
  47. remote: -----> Launching...
  48. remote: Released v4
  49. remote: https://safe-refuge-18942.herokuapp.com/ deployed to Heroku
  50. remote:
  51. remote: Verifying deploy... done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement