0

There is an answer to my first question that I tried to do.

I created virtual-env local repository, where I installed requirements.txt with: git+https://github.com/ramusus/kinopoiskpy@refs/pull/47/merge#egg=kinopoiskpy.

Screenshot_1

It was installed successfully, although there was WARNING: Did not find branch or tag.

And then I tried to push requirements.txt to my Heroku server and re-deploy.

Screenshot_2

And I don't even know what's the problem. What should I do to fix this?

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Dodo Polo
  • 37
  • 3

1 Answers1

0

Have you tried pointing to the source repository for the merge request as mentioned in the question marked as a possible duplicate of your first question?

git+https://github.com/AlexanderNiMo/kinopoiskpy@4c888bf4f6b330b115d11fac3e0b8bb177b597bb
Kyle Willmon
  • 709
  • 3
  • 13