650dd513a6
The new release of charm-tools no longer ships the charm command; update minimum version requirement and switch to using charm-proof instead, unblocking current pep8 failures across all charms. Also pin the version of requests to 2.6.0 until theblues (indirect dependency of charm-tools) sort out its requirements versioning. Change-Id: I986c499d34cbb2dd3362f982f2bae5a05e491ac1
10 lines
307 B
Plaintext
10 lines
307 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.
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4,<=2.4.1
|
|
os-testr>=0.4.1
|
|
charm-tools>=2.0.0
|
|
requests==2.6.0
|