c8fcfd37d2
Also remove tests/charm-helpers if present, in favor of the pip-installed charm-helpers. Change-Id: Ief40b8f20baeff38389de7c4294a5bb394d6d3cc
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr>=1.8.0,<1.9.0
|
|
simplejson>=2.2.0
|
|
netifaces>=0.10.4
|
|
netaddr>=0.7.12,!=0.7.16
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
six>=1.9.0
|
|
dnspython>=1.12.0
|
|
psutil>=1.1.1,<2.0.0
|