diff options
author | Brooklyn Chen <brooklyn.chen@canonical.com> | 2013-06-27 18:41:39 +0800 |
---|---|---|
committer | Brooklyn Chen <brooklyn.chen@canonical.com> | 2013-07-08 17:34:31 +0800 |
commit | 7125f59a5d915d42ad41a848198a95acda81dbd7 (patch) | |
tree | affc50b31097995e57dbf4fa1b0f1c53209a6f0c /requirements.txt | |
parent | 30fb1ba566690e7a5f521ff8406f2e3237b2a634 (diff) | |
download | tuskar-ui-7125f59a5d915d42ad41a848198a95acda81dbd7.tar.gz |
Add ceilometerclient and bootstrap-datepicker as dependency.
Add python-ceilometerclient to the requirements.txt file
since ceilometer api depends on it.
Add bootstrap-datepicker to select date.
Implements: blueprint ceilometer
Change-Id: Ifd9c9240c770bea3304dae83d6abc79e7580a234
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 6c284207..b600dd1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ python-keystoneclient>=0.2,<0.3 python-novaclient>=2.12.0,<3 python-quantumclient>=2.2.0,<3.0.0 python-swiftclient>=1.2,<2 +python-ceilometerclient>=1.0.1 pytz # Horizon Utility Requirements # for SECURE_KEY generation |