Is there any way to list requirements installed for a particular app

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?

hey @smino,
NO
It is considering app name as a package and showing error “Package not found”

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.