Have a local package ABC-0.0.2-py3-none-any.whl
. I want to install it in the different project through requrements.txt. e.g.
requirements.txt
ABC==0.0.2
Flask==1.1.2
flask-restplus==0.13.0
gunicorn==20.0.4
Is it possible to install the ABC package this way. ABC-0.0.2-py3-none-any.whl
is included in source code. I had to pip install ABC-0.0.2-py3-none-any.whl
separately.