Hello,
I know that the frappe framework also comes with several python packages like jinja, openpyxl and lxml. I would like to know which packages are also included.
So far I tried:
cd ~/frappe-bench/env
pip list
Which list interesting stuff, but neither openpyxl nor lxml are included in this this list. So the list is incomplete. The list also does not include any packages I included using requirements.txt.
How do I get the complete list of all python packages available for my project/app?