mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
When developing ansible-freeipa using a Python virtual environment, some ansible-freeipa utility scripts failed to execute due to missing tools. This patch add the required tools and modules to requirements-dev.txt and pin the versions to the same available in Fedora 36.
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
-r requirements-tests.txt
|
|
ipdb==0.13.4
|
|
pre-commit
|
|
flake8==4.0.1
|
|
flake8-bugbear
|
|
pylint==2.13.7
|
|
pydocstyle==6.0.0
|
|
yamllint==1.26.3
|
|
ansible-lint==5.3.2
|
|
dnspython==2.2.0
|
|
netaddr==0.8.0
|
|
gssapi==1.7.2
|