(pdjangoenv) C:\Users\bhvbh\Desktop\practice django\dental_john>git push heroku master
Enumerating objects: 208, done.
Counting objects: 100% (208/208), done.
Delta compression using up to 4 threads
Compressing objects: 100% (201/201), done.
Writing objects: 100% (208/208), 2.88 MiB | 47.00 KiB/s, done.
Total 208 (delta 26), 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/buildpacks/heroku/python.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to dentist-yash.
remote:
To https://git.heroku.com/dentist-yash.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/dentist-yash.git'
Я пытаюсь развернуть свое приложение в heroku, но выдает ошибку «Приложение несовместимо с buildpack». Я добавил в свой проект файл requirements.txt и procfile, но он не работает.