oslo.config/requirements.txt
Jakub Libosvar afab1f5266 Introduce Opts for IP addresses
In order to validate correct input values for IP addresses new Opt was
introduced. Validation is done on parsing level so there is no need to
explicitly check for valid ip address in the code.
Requirement for netaddr package was added.

DocImpact

Change-Id: I9adc30d9b989e8c636fefd435885c4c363ca540c
Partial-Bug: #1284684
2014-06-30 07:26:28 +01:00

4 lines
35 B
Plaintext

argparse
netaddr>=0.7.6
six>=1.7.0