I'm having a lot of troubles with uploading my currently working React + Flask app to Heroku. I can't push my files on Herkou because of the following error :
ERROR: Could not find a version that satisfies the requirement pyFeel==0.1 (from -r /tmp/build_b4f32723/requirements.txt (line 76)) (from versions: none)
PyFeel [https://github.com/AdilZouitine/pyFeel] is installed like this :
pip install git+https://github.com/AdilZouitine/pyFeel --upgrade
So I don't know how to add it in requirements.txt
, can someone help me ?
[edit] I tried to add in my requirements.txt
the following line git+https://github.com/AdilZouitine/pyFeel --upgrade
but the error is the same