Facing problem in installing new python dependencies for Horizon
Hi,
I want to install 2 new modules in Horizon but have no clue how it installs in its virtualenv.
I mentioned pisa >= 3.0.33 and reportlab >= 2.5 in requirements.txt file, ran ./unstack.sh and ./stack.sh, but still do not get these installed in its virtualenv.
As a result, when I do ./run_tests.sh, I get " ImportError: No module named ho.pisa"
Please suggest me if I am going wrong somewhere or how to proceed with this.
Thanks in advance.