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?

Chris
  • 112,704
  • 77
  • 249
  • 231
Dodo Polo
  • 27
  • 3
  • Please don't shorten relevant words just to save a fraction of a second. `req.txt` ≠ `requirements.txt`, and this makes your question confusing. – Chris May 03 '19 at 14:22

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
  • 689
  • 3
  • 13