Привет! Пытаюсь бота деплоить на Heroku, но выскакивает такая проблема:
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 3.10 KiB | 3.10 MiB/s, done.
Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> App not compatible with buildpack:
https://buildpack-registry.s3.amazonaws.com/buildp...
remote: More info:
https://devcenter.heroku.com/articles/buildpacks#d...
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to wlsearchbot.
remote:
To
https://git.heroku.com/wlsearchbot.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '
https://git.heroku.com/wlsearchbot.git'
Что делал?
Сносил всего бота и создавал заново
Пробовал с гитхаба переносить (такая же проблема)
Переустанавливал Heroku
Устанавливал\сносил\устанавливал buildpacks питона
Есть все файлы в корне:
Procfile (worker: python bot.py)
Runtime (Python==3.7.6 (пробовал и без ==))
Requirements.txt (через list выгружал)
Уже все русские и иностранные форумы прошерстил, везде одни и те же советы, которые никак не помогли. Хелб :(