d8019ba12d
Move the charm to an Operator Framework Charm Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
16 lines
552 B
Plaintext
16 lines
552 B
Plaintext
# This file is managed centrally by release-tools and should not be modified
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
# https://github.com/openstack-charmers/release-tools
|
|
#
|
|
|
|
-r requirements.txt
|
|
|
|
coverage
|
|
flake8
|
|
stestr
|
|
|
|
# Functional Test Requirements (let Zaza's dependencies solve all dependencies here!)
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|