neutron-fwaas-dashboard/requirements.txt
Akihiro Motoki 5ece747e15 Unblock Django 2.0 in requirements.txt
Horizon Rocky and FWaaS dashboard support Django 2.0 but requirements.txt
still says Django <2.0 is required. It is out-of-date.
This commit drops unnecessary Django dependencies.
There is no need to install Django explicitly as it is a horizon dependency.

Change-Id: I75b6dd2083863a3ba8acce8b3bf40cd041f44049
2018-08-07 12:44:59 +09:00

8 lines
313 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!=2.1.0,>=2.0.0 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0