You must include all the dependencies in the code package that you upload to Function Compute. The methods of package management vary with the programming language. For example, in Node.js, you can use npm to install dependencies in the code directory and compress the dependencies and the code into a package. You can install third-party dependencies by using Function Compute console or Serverless Devs. For more information, see Install third-party dependencies on Function Compute.