f12029cccd
Also remove tests/charm-helpers if present, in favor of the pip-installed charm-helpers. Change-Id: I0f6d9122a10e1b73073830e48c920e4001f0d356
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
# This file is managed centrally. If you find the need to modify this as a
|
|
# one-off, please don't. Intead, consult #openstack-charms and ask about
|
|
# requirements management in charms via bot-control. Thank you.
|
|
#
|
|
# Lint and unit test requirements
|
|
flake8>=2.2.4,<=2.4.1
|
|
os-testr>=0.4.1
|
|
requests>=2.18.4
|
|
charms.reactive
|
|
mock>=1.2
|
|
nose>=1.3.7
|
|
coverage>=3.6
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|