bindep/requirements.txt
Clark Boylan 697af0b17a Use nox
This illustrates the use of nox in a simpler project. It can build docs,
run linters, and execute unittests simply and effectively.

Note we pin the packaging package as newer versions have changed
behavior on rolling release distros that don't have proper version. This
is necessary to fix gating. The followup change fixes it properly.

Change-Id: I795e4d73f60d90b0f027df43a80ebda773ee9194
2023-01-25 16:09:12 -08:00

7 lines
192 B
Plaintext

distro<1.7.0 ; python_version < '3.6'
distro>=1.7.0 ; python_version >= '3.6'
pbr>=2.0.0 # Apache-2.0
Parsley
packaging<22.0 ; python_version >= '3.6'
packaging<21.0 ; python_version < '3.6'