
Django must be at least to 1.8 version to avoid stacktrace when starting server. Closes-Bug: #1545982 Change-Id: I62b46535794f8cb98c03e6fa30a04f382242ef76
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=1.3
|
|
Babel>=1.3
|
|
Django<1.9,>=1.8
|
|
django-compressor>=1.4
|
|
XStatic>=1.0.0 # MIT License
|
|
XStatic-Angular>=1.3.7 # MIT License
|
|
XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License
|
|
werkzeug
|
|
flask
|