mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
It looks like version 1.5.2 of this library is the last to provide support for both Python 2 and 3.6. https://github.com/ionelmc/python-lazy-object-proxy/blob/v1.5.2/setup.py#L95-L97
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
# Versions are pinned to prevent pypi releases arbitrarily breaking
|
|
# tests with new APIs/semantics. We want to update versions deliberately.
|
|
|
|
# flake8 must be listed before pylint to avoid dependency conflicts
|
|
flake8==3.3.0
|
|
flake8-mutable==1.1.0
|
|
flake8-print==2.0.2
|
|
lazy-object-proxy==1.5.2
|
|
pylint==1.6.5
|
|
setuptools-lint==0.5.2
|
|
yamllint==1.6.1
|
|
coverage==4.3.4
|
|
mock==2.0.0
|
|
pytest==3.0.7
|
|
pytest-cov==2.4.0
|
|
python-dateutil==2.7.3
|
|
# TravisCI is using yanked decorator 5.0.2, pinning until resolved
|
|
decorator<5.0.0 |