b15363c5fa
Upstream has removed the paramiko restriction of <2 and now has a
dependency on paramiko >2. This is the commit where the requirement
changed: [0]
[0] - e379813e9c
Related-Change-Id: I2369638282b4fefccd8484a5039fcfa9795069a7
Change-Id: I06ba8a9da100a3b02e8eb7f15042f9573b71ed59
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==8.1.1
|
|
setuptools==20.9.0
|
|
wheel==0.29.0
|