Zack Williams | ad45bf0 | 2020-03-04 21:37:20 -0700 | [diff] [blame^] | 1 | # Python tools required for Ansible and tests to run |
2 | # | ||||
3 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | ||||
4 | # SPDX-License-Identifier: Apache-2.0 | ||||
5 | |||||
6 | ansible-lint~=4.3.3 | ||||
7 | ansible~=2.9.11 | ||||
8 | bcrypt~=3.1.7 | ||||
9 | black~=19.10b0 | ||||
10 | cookiecutter~=1.7.2 | ||||
11 | docker~=4.2.2 | ||||
12 | flake8~=3.8.3 | ||||
13 | molecule-vagrant~=0.3 | ||||
14 | molecule~=3.0.8 | ||||
15 | netaddr~=0.7.19 | ||||
16 | passlib~=1.7.2 | ||||
17 | pylint~=2.5.3 | ||||
18 | pynetbox~=5.0.7 | ||||
19 | python-vagrant~=0.5.15 | ||||
20 | reuse~=0.11.1 | ||||
21 | yamllint~=1.24.2 | ||||
22 | zxcvbn~=4.4.28 |