Installing dependencies

To install dependencies, you can create a requirements.txt file in the same directory as your lunar-config.yml or lunar-policy.yml file.

The dependencies will be installed only once in each environment, before the policy is run.

Note that the requirements.txt file at a minimum should contain the lunar_policy package, to be able to use the Policy SDK.

Example

lunar_policy==0.1.6

Last updated