6d00938099
This makes it so "pip install ara" would only install a minimal amount of dependencies (pbr and requests as of this commit) required for running the Ansible callback plugin as well as ara_record. The server dependencies can be installed by running "pip install ara[server]". Fixes: https://github.com/ansible-community/ara/issues/36 Change-Id: I67769d28ec24cade7753230dffd0b049358af29a
4 lines
50 B
Plaintext
4 lines
50 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
requests>=2.14.2
|