Add netaddr to pipenv configuration

Required by the ansible-relayor role.
This commit is contained in:
2018-05-07 11:04:02 +03:00
parent 42501acb74
commit d4a0dab704
2 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,7 @@ PyYAML = "*"
paramiko = "*"
cryptography = "*"
ansible = "==2.5.2"
netaddr = "*"
[dev-packages]