summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: I2536e161b46302370f61fa694ca901a29b8f23e7
* Updated from global requirementsOpenStack Proposal Bot2017-06-101-1/+1
| | | | Change-Id: I0c939b738ffc5b687525edac8a3a46d5dbea3eb1
* Updated from global requirements4.12.0OpenStack Proposal Bot2017-04-121-1/+1
| | | | Change-Id: I3796dc1db17d753920b5848a5df556e26154b3da
* Updated from global requirements4.11.0OpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: Ia8a6ecd29abcf831019d00dccab2b09829929529
* Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
| | | | Change-Id: I159de927d5f63b363a1e643c661f8f19b386cb4a
* Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
| | | | Change-Id: I856b99d980fb4354b7ed8927b70949b8144b46d5
* Updated from global requirements4.9.0OpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I51daf01c62c18a5abb54d431959d6dabd50c3dd9
* Updated from global requirements4.4.0OpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: Ie5922a24122950c6ab82637d818bdac284a469f2
* Updated from global requirementsOpenStack Proposal Bot2016-01-161-3/+3
| | | | Change-Id: I086cc0a93b00abc16c2bf9aa03a95d23c8455d44
* Updated from global requirements4.2.0OpenStack Proposal Bot2015-12-151-1/+1
| | | | Change-Id: Ifb3265b0f0849e5e9aac97574ae457a4e4415130
* Updated from global requirementsOpenStack Proposal Bot2015-11-271-1/+1
| | | | Change-Id: I97cb7c94fb4d2b23a289fd05ed5e1060a064118a
* Updated from global requirements3.3.0OpenStack Proposal Bot2015-10-091-1/+1
| | | | Change-Id: Ib8e15a9f3da8800687d4244540b7a8aa902e5d14
* Make urlparse import Python3-compatibleJavier Pena2015-09-281-0/+1
| | | | | | | | | urlparse moved to urllib.parse, so the current code fails in Python3. Using six to ensure compatibility. Related-Bug: #1426898 Change-Id: I9297c886dcc361238e942cb8162f589072001094
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Id34a666b95d54872619a505dcf30fde391fddd5b
* Updated from global requirements3.2.0OpenStack Proposal Bot2015-08-261-1/+1
| | | | Change-Id: Idaa1f7f8c45759bbb2af4abda7a635c5f92aec6f
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
| | | | Change-Id: Id53b19b67a2dd99d568141d6d36b0cdb720dcf27
* Updated from global requirements3.1.0OpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I45aab8ced05719e3189bb129afea54f8070f0b85
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+1
| | | | Change-Id: I7889ee5c3e1d9c686451149beaca09ba136026ec
* Updated from global requirementsOpenStack Proposal Bot2015-05-071-1/+1
| | | | Change-Id: I53fe1ede93a10518c4d97db8027034e380a06566
* Updated from global requirementsOpenStack Proposal Bot2015-05-041-1/+1
| | | | Change-Id: I1cca99b86c395d0025fcb73575e036e30b2cdb36
* Add an extension for validating blueprint namesDoug Hellmann2014-12-091-0/+1
| | | | | | | | This new extension requires spec filenames to match blueprint names in the relevant project. This is based on work originally done in oslo-specs under https://review.openstack.org/#/c/138392/ Change-Id: Ifd58f4f71f661229f09ecf01047bc7a7b1dc0b08
* Add pbr to installation requirementsDoug Hellmann2014-10-241-0/+5
| | | | | | | | | Add pbr to the list of installation requirements so that it is installed via pip before this library is installed, instead of with easy_install. This avoids issues like Bug #1384919, and ensures that projects that use this library as a dependency are properly installed. Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
* Remove empty fileJulien Danjou2014-09-111-0/+0
| | | | | | It's useless to include it since it's empty. Change-Id: I18e147ed2a62671ece9228eb3c6c411bb2aea8f7
* Import Sphinx theme for OpenStackDoug Hellmann2013-07-031-0/+0
This is a copy of the Sphinx theme for OpenStack developer documentation imported from the ceilometer repository. After this library is released, we will remove the copies of the theme from all of the other repositories. blueprint oslo.sphinx Change-Id: I20b6c224b8d8fbede354c2a28ad67eda3a4b9dac Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>