210717a43d
Remove all external JS libraries from Horizon, and pull them in as xstatic packages instead. Bootstrap, jquery-ui and jquery.bootstrap.wizard will be unbundled in separate patches, as there are some problems adding them to global-requirements. Partial-Implements: blueprint remove-javascript-bundling Change-Id: Icbbcf8e58db2dcce96d187f7307201f728812cd2
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
# Order matters to the pip dependency resolver, so sorting this file
|
|
# changes how packages are installed. New dependencies should be
|
|
# added in alphabetical order, however, some dependencies may need to
|
|
# be installed in a specific order.
|
|
#
|
|
# PBR should always appear first
|
|
pbr>=0.6,!=0.7,<1.0
|
|
# Horizon Core Requirements
|
|
Django>=1.4.2,<1.7
|
|
django_compressor>=1.4
|
|
django_openstack_auth>=1.1.6
|
|
django-pyscss>=1.0.2 # BSD License (2 clause)
|
|
eventlet>=0.13.0
|
|
httplib2>=0.7.5
|
|
iso8601>=0.1.9
|
|
kombu>=2.4.8
|
|
# Horizon Utility Requirements
|
|
# for SECURE_KEY generation
|
|
lockfile>=0.8
|
|
netaddr>=0.7.6
|
|
pyscss>=1.2.0 # MIT License
|
|
python-ceilometerclient>=1.0.6
|
|
python-cinderclient>=1.0.7
|
|
python-glanceclient>=0.13.1
|
|
python-heatclient>=0.2.9
|
|
python-keystoneclient>=0.10.0
|
|
python-neutronclient>=2.3.6,<3
|
|
python-novaclient>=2.17.0
|
|
python-saharaclient>=0.6.0
|
|
python-swiftclient>=2.2.0
|
|
python-troveclient>=1.0.4
|
|
pytz>=2010h
|
|
six>=1.7.0
|
|
xstatic>=1.0.0 # MIT License
|
|
xstatic-angular>=1.2.1.1 # MIT License
|
|
xstatic-angular-cookies>=1.2.1.1 # MIT License
|
|
xstatic-angular-mock>=1.2.1.1 # MIT License
|
|
xstatic-d3>=3.1.6.2 # BSD License (3 clause)
|
|
xstatic-hogan>=2.0.0.2 # Apache 2.0 License
|
|
xstatic-jasmine>=1.3.1.1 # MIT License
|
|
xstatic-jquery>=1.7.2 # MIT License
|
|
xstatic-jquery-migrate>=1.2.1.1 # MIT License
|
|
xstatic-jquery.quicksearch>=2.0.3.1 # MIT License
|
|
xstatic-jquery.tablesorter>=2.0.5b.0 # MIT License
|
|
xstatic-jsencrypt>=2.0.0.2 # MIT License
|
|
xstatic-qunit>=1.14.0.2 # MIT License
|
|
xstatic-rickshaw>=1.4.6.2 # BSD License (prior)
|
|
xstatic-spin>=1.2.5.2 # MIT License
|