summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated from global requirementsOpenStack Proposal Bot2016-02-201-1/+1
| | | | Change-Id: I9d945a1a80616f8a86c7ccac5b84d477f61b0c55
* Updated from global requirementsOpenStack Proposal Bot2016-02-081-1/+1
| | | | Change-Id: I66be09102edcd67f022019744920485d03952e9a
* Remove Babel from requirements.txtBrant Knudson2016-01-251-1/+0
| | | | | | keystoneclient doesn't use Babel directly. Change-Id: Icc34344afe27330a4a896e14e70fe0e31b4e4bc6
* Merge "Remove argparse from requirements"Jenkins2016-01-251-1/+0
|\
| * Remove argparse from requirementsAndreas Jaeger2016-01-231-1/+0
| | | | | | | | | | | | | | argparse was external in python 2.6 but not anymore, remove it from requirements. This project is not supporting 2.6 anymore. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
* | Use positional library instead of local codeMorgan Fainberg2016-01-231-0/+1
|/ | | | | | | | Use the positional library instead of the local copy of the code. This will prevent duplicating code across repositories without needing to chase down weird dependency graphs. Change-Id: I7fef334666e93e358870173d29018e5d47312d2b
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-11/+11
| | | | Change-Id: I7f771e16773d0ca4015107b45e083139452ccf3c
* Updated from global requirementsOpenStack Proposal Bot2016-01-071-1/+1
| | | | Change-Id: I2bbe8f29e731642f398b8f70e06c7071bcd8a455
* Updated from global requirementsOpenStack Proposal Bot2015-12-151-2/+2
| | | | Change-Id: I6ac0be65a0bbc2d276dfe3e903955d35af64b052
* Updated from global requirementsOpenStack Proposal Bot2015-12-141-1/+1
| | | | Change-Id: Ic8b46a3a8bbc2ade14403f7adf97cf5fb1345ec8
* Remove keystoneclient.middlewareVictor Stinner2015-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | | The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Mitaka. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. Closes-Bug: #1449066 Change-Id: Iedd6887dcde62177d37e1e1988ed72bcb59c05f6
* Updated from global requirementsOpenStack Proposal Bot2015-12-061-1/+1
| | | | Change-Id: I7976cff13bf12c921e2b48d83020ad3c651709d2
* Updated from global requirementsOpenStack Proposal Bot2015-11-271-1/+1
| | | | Change-Id: I0bd278c3c138f162381fae854d620afcca5246a5
* Updated from global requirementsOpenStack Proposal Bot2015-11-201-2/+2
| | | | Change-Id: I28ff28b701ec9fc922a64f156848a48da90a461a
* Updated from global requirementsOpenStack Proposal Bot2015-11-111-2/+2
| | | | Change-Id: I63782a86ad782e35545a233a5562cfb8f89bd209
* Pull the endpoint from the SessionMonty Taylor2015-11-081-0/+1
| | | | | | | | | If the user passes a Session in, we can pull the endpoint to use for discovery from the Session itself, rather than erroring. Closes-Bug: #1513839 Co-Authored-By: Dolph Mathews <dolph.mathews@gmail.com> Change-Id: I82a41c67f80d2494f04739d82b112b7ff1dc4682
* Updated from global requirementsOpenStack Proposal Bot2015-10-191-1/+1
| | | | Change-Id: Icaf6ab75e5ca438a98c400a17ce7eacc712910aa
* Updated from global requirementsOpenStack Proposal Bot2015-10-091-1/+1
| | | | Change-Id: I8c0e393bae99dec6f0153c205d3cd9c3be94ddcc
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Ie8ae98a23a30d26b58a45dd82de922afbee468ce
* Updated from global requirementsOpenStack Proposal Bot2015-08-311-3/+3
| | | | Change-Id: I12f49ee292e9e18a59a7cd8e4c78d0b4773897ed
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I451c4b5489357d0328945328a59a0aaf32bd6512
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I18091fe15eec8b8ff8467db3d89c7ed0b6fc797f
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
| | | | Change-Id: If2cc31035de68cf727655eafe7ff969c8575e144
* Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | Change-Id: I08cdf12dad7fc99cddc55580ea9a99fefd79a399
* Proper deprecations for modulesBrant Knudson2015-07-261-0/+1
| | | | | | | | | Use debtcollector and update docs for deprecating the apiclient, apiclient.exceptions, middleware.s3_token, and v2_0.shell modules. bp deprecations Change-Id: I84e8eac39a209210542f19de08d4c3de15a9dcac
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-2/+2
| | | | Change-Id: I25bef4f42fc42765b493f17295add61ba3353803
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-7/+7
| | | | Change-Id: I5245437065635831c58d6e433d1c5dfe089f0dd0
* Updated from global requirementsOpenStack Proposal Bot2015-06-111-1/+1
| | | | Change-Id: I299a6998ccbe237a244473aff08697c20e606623
* Revert "Remove keystoneclient.middleware"Brant Knudson2015-05-211-0/+1
| | | | | | | | | This reverts commit 37742ec52082f14a8467a464a431987ac1b5df7a. Conflicts: requirements.txt Change-Id: I4b3749793e67b37c8a39f00a32e5d4e818fd04a1
* Updated from global requirementsOpenStack Proposal Bot2015-05-121-3/+3
| | | | Change-Id: I36854e21c8fd478e4d202bb82be5146612ac161e
* Remove keystoneclient.middlewareVictor Stinner2015-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Liberty. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. DocImpact: The keystoneclient.middleware module has been removed Closes-Bug: #1449066 Change-Id: I88ddfdb674db1ec9c0fd4f9a62ae8347785ea10c
* Uncap library requirements for libertyDoug Hellmann2015-04-161-5/+5
| | | | | Change-Id: Iedcc83c838ba91de90ab089728e6d0cde371394d Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-261-5/+5
| | | | Change-Id: I499261729a8342a7dd733b3d4ff18cb5b86e946f
* Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| | | | Change-Id: I750e817d2ff4e464f36584e5fd298f8037bd84db
* Updated from global requirementsOpenStack Proposal Bot2015-02-201-1/+1
| | | | Change-Id: If749314fbad1c0e1c55614fed10e7211c62559af
* Updated from global requirementsOpenStack Proposal Bot2015-01-231-1/+1
| | | | Change-Id: I1056ebd68d5befabcddedf8cc57ef1533a8b9690
* Updated from global requirementsOpenStack Proposal Bot2015-01-131-2/+2
| | | | Change-Id: Id7bc58452db894450b61d08691f7e043549d43c9
* Updated from global requirementsOpenStack Proposal Bot2015-01-091-1/+1
| | | | Change-Id: Ib2bf83a3157aad2a38bd94bbe85252aed1cba8d6
* Updated from global requirementsOpenStack Proposal Bot2014-12-161-1/+1
| | | | Change-Id: I951b387904be3c4f14fbdfe157ecc1d14a79498a
* Merge "I18n"Jenkins2014-11-071-0/+1
|\
| * I18nBrant Knudson2014-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | Keystoneclient didn't provide translated messages. With this change, the messages are marked for translation. DocImpact Implements: blueprint keystoneclient-i18n Change-Id: I85263a71671a1dffed524185266e6bb7ae559630
* | Updated from global requirementsOpenStack Proposal Bot2014-10-281-1/+1
|/ | | | Change-Id: I09acde6af1c49862ed456db9b75e064ef354494e
* Updated from global requirementsOpenStack Proposal Bot2014-10-211-1/+1
| | | | Change-Id: Ib34efa77d08998f2c8ee5902623da990262da0e0
* Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-0/+2
| | | | | | | Left timeutils and strutils in openstack/common since they are used in openstack/common/apiclient and memorycache. Change-Id: Idb5f09c159d907dfba84cd1f7501f650318af7d9
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-4/+4
| | | | Change-Id: I67a599e362685f7990175fb5668e6909d670a225
* warn against sorting requirementsDolph Mathews2014-09-031-0/+4
| | | | | Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
* Unsort pbr and hacking in requirements filesMonty Taylor2014-08-201-1/+2
| | | | | | | Each of these wants to come first. Python does not have a dep solver, so order is actually important. Change-Id: I10450de1839c41d729b606a04a944507d2427987
* Merge "Remove lxml as a forced depend"Jenkins2014-08-201-1/+0
|\
| * Remove lxml as a forced dependMonty Taylor2014-08-151-1/+0
| | | | | | | | | | | | | | | | | | keystoneclient only needs lxml for saml support, which is an optional contrib piece. Since keystoneclient is massiely used, and as lxml is a big beefy depend that requires C compilers, move lxml to test-requriements. Change-Id: I01b6b702fb8f414884cb1da306d5b95406e86513
* | Updated from global requirementsOpenStack Proposal Bot2014-08-191-1/+1
| | | | | | | | Change-Id: Ia37ad63d6b501334be59bad2db31ebff0157151c