summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update minimum requirementsRajat Dhasmana2023-02-131-1/+1
| | | | | | | | | | This patch updates keystoneauth1 minimum version. The current used version 4.3.1 was released in 22 Feb, 2021 which is ~2 years old. Updating the version to 5.0.0 released in 15 July, 2022 and upper-constraints have 5.1.1 released on 3 Jan, 2023. Change-Id: If8a958345ae62006b8e6221a60ff3217e31823ac
* remove simplejson requirementEric Harney2023-01-261-1/+0
| | | | | | | The json lib has been included in CPython for ages, so the ImportError case never happens. Change-Id: I669bc397323a0e83d4a9768b124a7d99bafaf38a
* Update requirements for wallaby releaseBrian Rosmaita2021-03-111-4/+4
| | | | | | | Updates requirements to what we're using now and revises the lower-constraints file to contain only direct dependencies. Change-Id: I1a3cc999b94dc6b6482b1ca44218b42ee2638a8c
* Merge "Remove all usage of six library"Zuul2021-03-081-1/+0
|\
| * Remove all usage of six libraryhaixin2021-03-041-1/+0
| | | | | | | | | | | | Replace six with Python 3 style code. Change-Id: I4b97e040f3e790ac114dcd43c68e6b67b1079adf
* | Uncap PrettyTableWander Way2021-02-181-1/+1
|/ | | | | | | | This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I71ace4c2857b9e12e9023aadaf72bbe97c2fda1c
* Update requirements and lower-constraints7.3.0Alan Bishop2020-12-231-8/+8
| | | | | | | | | | | Sync the versions with cinder's, which were recently updated by I42af21b1c4247d04d479f1fc1ecd6f9baac0cfc9. Also increased the minimum version of tempest to the most recent release. Also added indirect dependencies to test-requirements.txt in order to limit the number of versions considered by the resolver. Change-Id: I7b4bc7b392b2192e0c832c4f0148546a5920b9e2
* use stevedore to load util pluginsDoug Hellmann2020-07-051-0/+1
| | | | | | | | | | | | Importing pkg_resources has a side-effect of scanning all of the installed python modules looking for entrypoints to build an in-memory cache. Stevedore will be adding an on-disk cache to speed that process up, which should provide significant performance benefits for client applications such as python-openstackclient. This change introduces stevedore to replace pkg_resources. Change-Id: I66decf6d5a4f79ddaa6617737e9334a56dbbbad4 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Remove Babel from requirementsDmitry Tantsur2020-04-171-1/+0
| | | | | | | | | It's not a runtime dependency (and even oslo.i18n has dropped it). The translation infrastructure installs Babel explicitly. See this mailing list thread for a full reasoning: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I2898616ec6302bb578ddc265d6c6dc02d8415eac
* Add dependency on requests libEric Harney2019-02-131-0/+1
| | | | | | cinderclient uses the requests library. Change-Id: I2944ce54a304cb91f456c6c53daf2f083017c929
* Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | Change-Id: I195d679e2da051ac0f88f71c4b7fa9e24c65ab2a
* Updated from global requirementsOpenStack Proposal Bot2017-12-191-1/+1
| | | | Change-Id: Ib67cf573428146de735ec2e52d0697f37e14acef
* Updated from global requirementsOpenStack Proposal Bot2017-12-051-1/+1
| | | | Change-Id: I87d4ef5b099793a049b361dcacf423a27282b12e
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: I42a92cafe702ff98f7e2bec8af3292c4c8e660ca
* Updated from global requirementsOpenStack Proposal Bot2017-11-141-1/+1
| | | | Change-Id: Ib09b0ed3fa045e7ba022ca9f2c45b156c76d9296
* Updated from global requirementsOpenStack Proposal Bot2017-09-221-3/+3
| | | | Change-Id: I510639c95acb355292b7b5bda1ffa5b41c7d8608
* Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| | | | Change-Id: I18dda5f02d09881e18a5e7276a55ee248e436b1d
* Updated from global requirementsOpenStack Proposal Bot2017-07-281-1/+1
| | | | Change-Id: Ieb3b4460300e8ad8f606b2979262dd39b251cd8d
* Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: Ib14f036bbc10a36a8e79fe6749f6b98b660caf7b
* Updated from global requirementsOpenStack Proposal Bot2017-06-141-1/+1
| | | | Change-Id: I218c0b84944ab57092b118cc37eb4e04a72dbc93
* Updated from global requirementsOpenStack Proposal Bot2017-05-241-1/+1
| | | | Change-Id: Ic7a897da81773355c863ef323ae0c4155bc23294
* Updated from global requirementsOpenStack Proposal Bot2017-05-191-2/+2
| | | | Change-Id: I83fb98c2902cb1c24a266249e3a9935330e21703
* Remove direct dependency on requestsMonty Taylor2017-04-211-1/+0
| | | | | | | | | | | | keystoneauth is the library that pulls in requests. If we have client libraries also depend directly on requests, we can get into situations for end users in installations where, because of sequencing of client library releases there are conflicting versions of requests needed and pkg_resources/entrypoints break. Remove the direct depend and let keystoneauth pull it in for us. Change-Id: If82ee8674b2166ec66c2a978827a203786fabec7
* Updated from global requirementsOpenStack Proposal Bot2017-04-111-1/+1
| | | | Change-Id: Ib43b540698cf5a1125058dd3405e8614a92dd511
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-2/+2
| | | | Change-Id: Ib145e6b0f15cf5bcacc1c3bb858e5c64c3839ee2
* Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
| | | | Change-Id: I5e2c2da4aec930ca080195d4d55c8c31e1fafdc4
* Updated from global requirementsOpenStack Proposal Bot2017-01-241-1/+1
| | | | Change-Id: Id0693a9958d26162b7a2a40173ca28de2d3e4f62
* Updated from global requirementsOpenStack Proposal Bot2017-01-181-1/+1
| | | | Change-Id: I2f17771caf16880f9488932d306808a59f8bbed5
* Updated from global requirementsOpenStack Proposal Bot2016-12-211-1/+1
| | | | Change-Id: Ib5dd8b581b808f37217f141c0218af7d8f4dc527
* Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
| | | | Change-Id: I3b3a89db1d30372382d45614a2d7c297f8b5952d
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I6ab859d084e55ac2257e44333f206621c7b93e3a
* Updated from global requirementsOpenStack Proposal Bot2016-11-061-1/+1
| | | | Change-Id: Icb3499d02b7cf1337cde7569e403aba5133930f1
* Updated from global requirementsOpenStack Proposal Bot2016-11-011-1/+1
| | | | Change-Id: Id9bdf09b863bb1f88ff9973fc9ac73bf399ae10f
* Updated from global requirementsOpenStack Proposal Bot2016-10-151-1/+1
| | | | Change-Id: Ie018e6b6f2afc6efbf3030d2efaf6295e9692626
* Updated from global requirementsOpenStack Proposal Bot2016-09-301-1/+1
| | | | Change-Id: I35ac95d408f6a2774265dbac7fe5f2d3123b4518
* Updated from global requirementsOpenStack Proposal Bot2016-08-081-2/+2
| | | | Change-Id: I0b41e0ab210da31590ff21280bc5b9f342659302
* Switch to keystoneauthSteve Martinelli2016-07-231-1/+1
| | | | | | | | | | | move cinderclient to keystoneauth as keystoneclient's auth session, plugins and adapter code has been deprecated. Co-Authored-By: Paulo Ewerton <pauloewerton@lsd.ufcg.edu.br> Co-Authored-By: Sean McGinnis <sean.mcginnis@gmail.com> Co-Authored-By: Jamie Lennox <jamielennox@gmail.com> Change-Id: Id4bf0e2088e8ad99e83cd4f9b8549c2aca1f65a2
* Updated from global requirementsOpenStack Proposal Bot2016-07-121-1/+1
| | | | Change-Id: I983f38464ff819707a8e3441c3a7a9d8cdc5fef9
* Updated from global requirementsOpenStack Proposal Bot2016-07-081-1/+1
| | | | Change-Id: I2df821d29ef8f03337a49759ff8e93464093bacc
* Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | Change-Id: I9fe18e40bd6ffbd34916ea4062d8a0e9d0edfe10
* Updated from global requirementsOpenStack Proposal Bot2016-05-181-2/+2
| | | | Change-Id: I299ff1546179c71664b43e8e821b9e45b9a2fe73
* Updated from global requirementsOpenStack Proposal Bot2016-05-061-1/+1
| | | | Change-Id: I0c2d5ae4869fc1f00cf6e041ad840cef0da90a65
* Updated from global requirementsOpenStack Proposal Bot2016-04-201-2/+2
| | | | Change-Id: Ic543aab4ffef00c706481d62f0df4488547bad82
* Graduate to oslo.i18n and cleanup incubator usageRonald Bradford2016-03-241-0/+1
| | | | | | | | | | | Graduate from Oslo Incubator to oslo.i18n library. Cleanup of unused Oslo Incubator utils. Added optional enable_lazy() usage. Implements: blueprint graduate-oslo-i18n [1] https://blueprints.launchpad.net/oslo-incubator/+spec/graduate-oslo-i18n Change-Id: I9c8db9487b554b637a41620c858a7e7abf802879
* Updated from global requirementsOpenStack Proposal Bot2016-02-241-1/+1
| | | | Change-Id: Ie8e5df17dda66255802b475e6f5295d74a2eface
* Updated from global requirementsOpenStack Proposal Bot2016-02-111-8/+8
| | | | Change-Id: I697e3c611ef51994f99e4cebe469df57bb72ea03
* Remove argparse from requirementsAndreas Jaeger2016-01-201-1/+0
| | | | | | | | | | argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
* Updated from global requirementsOpenStack Proposal Bot2015-12-211-2/+2
| | | | Change-Id: Ie6679c306c4d6774903f2d87ec3de3df09c6f189
* Updated from global requirementsOpenStack Proposal Bot2015-12-111-1/+1
| | | | Change-Id: If6e460e9f746314d457e7d19c6db260b0862a6cc
* Updated from global requirementsOpenStack Proposal Bot2015-12-091-2/+2
| | | | Change-Id: I83db5df28e6812dd1fff3cb6683f5704e890199a