b81b540c27
freezer-web-ui needs to be switched to python-freezerclient in the same way as freezer. freezer.apiclient is no longer available. Change-Id: Icba3e628f7b1e9305b556609bf55676a776ecfa5 Implements: blueprint switch-to-python-freezer-client Closes-Bug: #1643950 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
6 lines
274 B
Plaintext
6 lines
274 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.
|
|
Django<1.9,>=1.8 # BSD
|
|
python-freezerclient>=1.0.0 # Apache-2.0
|