bench pip freeze
lists requirements gives requirements installed in all apps, now is there any way list requirements of a particular app?
Hi,
Does pip show (app name)
work?
If it is a Frappe app, then pip is not going to be able to display the app’s requirements. To know the app requirements it may be best to visit the apps git repository or contact the app maintainer.