dcfdc9321e
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
10 lines
513 B
YAML
10 lines
513 B
YAML
---
|
|
features:
|
|
- The ``py_pkgs`` lookup plugin now has strict ordering for requirement files
|
|
discovered. These files are used to add additional requirements to the
|
|
python packages discovered. The order is defined by the constant,
|
|
``REQUIREMENTS_FILE_TYPES`` which contains the following entries,
|
|
'test-requirements.txt', 'dev-requirements.txt', 'requirements.txt',
|
|
'global-requirements.txt', 'global-requirement-pins.txt'. The items in this
|
|
list are arranged from least to most priority.
|