Managing dependencies
Pip comes pre-installed in allpython runtime containers.
With it, you can add pip install to your build hook and be well on your way to building your apps.
Alternatively, you can use a different package manager, such as Poetry or Pipvenv.
Configuring web servers
Upsun doesn’t enforce an assumption of what Python web server package you are using to serve your applications. You can use any server on Upsun by modifying theweb.commands.start property of your application configuration.
For more information, see how to configure web servers.