I have a custom Frappe app that uses the Twilio API. The code to use Twilio is currently in my custom app, but I’d like to separate the Twilio code into its own standalone app, but I need to set the new Twilio app to be a dependency of the main app, so that it’s installed when I install the main app, if it’s not already.
To add the dependencies, simply update your pyproject.toml
file
1 Like
To update pyproject.toml file. it there any commands like 'bench update … ’ or anything similar to ‘pip freeze > requirment.txt’.