
The Django version is set to [Django>=1.8,<1.9 # BSD] in the global-requirements.txt of OpenStack/Requirements. The tox.ini should remove the py27dj17 like Horizon. The Django version in the requirement.txt should be updated. Change-Id: Ib0af7d45ac4ac6e412dd4cb7091c113f5a53ffcf Closes-Bug: #1552124
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
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.
|
|
# 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<2.0,>=1.6
|
|
python-magnumclient>=0.2.1
|
|
Babel>=1.3
|
|
Django>=1.8,<1.9 # BSD
|
|
django-babel>=0.3.4
|
|
django_compressor>=1.4
|
|
django_openstack_auth>=1.4.0
|
|
django-pyscss>=2.0.2 # BSD License (2 clause)
|
|
XStatic>=1.0.0 # MIT License
|
|
XStatic-Angular>=1.3.7 # MIT License
|
|
XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License
|
|
XStatic-Angular-Gettext>=2.1.0.2 # MIT License
|
|
XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
|
|
XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
|
|
XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License
|
|
XStatic-D3>=3.1.6.2 # BSD License (3 clause)
|
|
XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
|
|
XStatic-Font-Awesome>=4.3.0 # SIL OFL 1.1 License, MIT License
|
|
XStatic-Jasmine>=2.1.2.0 # 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.14.5.1 # MIT License
|
|
XStatic-jquery-ui>=1.10.1 # MIT License
|
|
XStatic-JSEncrypt>=2.0.0.2 # MIT License
|
|
XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License
|
|
XStatic-Rickshaw>=1.5.0 # BSD License (prior)
|
|
XStatic-smart-table>=1.4.5.3 # MIT License
|
|
XStatic-Spin>=1.2.5.2 # MIT License
|
|
XStatic-term.js>=0.0.4 # MIT License
|