# .requires

Specify plug-in dependencies.

## Description

This attribute is used during the discovery of plug-ins to determine whether they are compatible with the given environment. For example, a plug-in may specify a value of `pyblish>=1.1` meaning it will only work with Pyblish 1.1 and above.

For syntax reference, see [iscompatible](https://github.com/mottosso/iscompatible).
