Add icalendar into requirements

icalendar package is required to karbor-dashboard to work.
It is imported and used at
bfcecfee68/karbor_dashboard/triggers/utils.py (L18)

If package is not included, horizon fails to start, this dependency
should be fixed in karbor-dashboard side rather than in deployment
tools/packagers.

Change-Id: I7eb826ee6f08366f0aa934342e0cdf0eaaa0bae0
Closes-Bug: #1787040
This commit is contained in:
Eduardo Gonzalez 2018-08-15 08:46:12 +02:00
parent 8d5c5fa825
commit 8d2e52f72e
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ django-babel>=0.5.1 # BSD
django-compressor>=2.0 # MIT django-compressor>=2.0 # MIT
django-pyscss>=2.0.2 # BSD License (2 clause) django-pyscss>=2.0.2 # BSD License (2 clause)
python-karborclient>=0.6.0 # Apache-2.0 python-karborclient>=0.6.0 # Apache-2.0
icalendar>=4.0.2 # BSD