monasca-ui/requirements.txt
Dirk Mueller db90acbdd9 Sync from global-requirements
Being a horizon plugin, concurrent installability is important. This
module should sync from global-requirements. Syncing once manually
in preparation for adding a g-r sync.

Change-Id: I38516a2a2e1477891378c2058ba8dcb513f2fd2e
2016-12-04 03:35:57 +01:00

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.
python-monascaclient>=1.1.0 # Apache-2.0
Django<1.9,>=1.8 # BSD