summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop lower-constraints.txt and its testing3.0.0Ghanshyam Mann2022-06-141-0/+4
| | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ib392f81b3f12ee02979723f17e08f775d63b8abe
* Remove sixTakashi Kajinami2022-05-091-1/+0
| | | | | | | This library no longer supports Python 2, thus usage of six can be removed. Change-Id: I8d0c1cfd6dff375b3b7756a5b36c95a2df3f04c6
* fix lower constraint jobricolin2021-06-181-2/+2
| | | | | | Also fix PrettyTable requirement Change-Id: Ib16d87a2d068a1dabdeb8470a5473c0882fbea4e
* [goal] Migrate testing to ubuntu focalGhanshyam Mann2020-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | | As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. - noqa for pep8 C901 check. Closes-Bug: #1886298 Story: #2007865 Task: #40186 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I67b4957cea1ccbd5cdc0314d2eaddef0c24f7dfc
* add lower-constraints jobDoug Hellmann2018-04-091-1/+1
| | | | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update PrettyTable dependency so the tests pass. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I59c771ca583fb0ebc9f39314ee68264410f8a173 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Updated from global requirementsOpenStack Proposal Bot2018-03-041-1/+1
| | | | Change-Id: I03a19c6c7acf6138b261e99e66b7d30811d7f410
* Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | Change-Id: I71422dc69b237ddf39adbe2cb9fc0c8ebd00970f
* Updated from global requirements1.14.0OpenStack Proposal Bot2018-01-311-3/+3
| | | | Change-Id: I3618291ee2c3db35ab0e0d5e9c962ed49546588a
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: Iab36aaedd85c08c579fdf48eca93337bea32842d
* Updated from global requirementsOpenStack Proposal Bot2017-11-121-1/+1
| | | | Change-Id: I54ac7275af9bbd217fcd050937b24a8cba1a2eb7
* Updated from global requirementsOpenStack Proposal Bot2017-10-051-1/+1
| | | | Change-Id: I7842746a72bdc8065b58fc731929b79c6b3bc837
* Updated from global requirementsOpenStack Proposal Bot2017-09-211-3/+3
| | | | Change-Id: I60c22a8f75499e95561de7427c91759943b829d5
* Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| | | | Change-Id: I746570c03c4b1f0be907411a69aa20cdb51dd282
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-2/+2
| | | | Change-Id: I7ff393a7015b2abafbe6b2a5baf1bbf346ef7c35
* Updated from global requirementsOpenStack Proposal Bot2017-07-231-2/+2
| | | | Change-Id: I0c52fd620e32503ddd5ee054f6998c38c01e069d
* Updated from global requirementsOpenStack Proposal Bot2017-07-211-1/+1
| | | | Change-Id: I127b3d340a5feec3ce0511e315aaa130727864ba
* Updated from global requirementsOpenStack Proposal Bot2017-07-191-1/+1
| | | | Change-Id: I6913016702874819b1af06976a2d9277fecc3992
* Updated from global requirementsOpenStack Proposal Bot2017-06-101-2/+2
| | | | Change-Id: Icc3f70f236f1c1f4c63cae3683480bd5b86ea23c
* Updated from global requirementsOpenStack Proposal Bot2017-05-231-1/+1
| | | | Change-Id: Ib5e42136f62792a7bf11444b8447b2bca874631c
* Updated from global requirementsOpenStack Proposal Bot2017-05-171-3/+3
| | | | Change-Id: If4c2ffc9df345c1d73928aa3530c4b418fdbd1c6
* Updated from global requirementsOpenStack Proposal Bot2017-04-121-1/+1
| | | | Change-Id: I4f27c635c490567f856e70d03844a5498531f474
* Updated from global requirements1.9.0OpenStack Proposal Bot2017-04-071-1/+1
| | | | Change-Id: I66c8b6b16e9af96ce8a3b0434ff27e4924619a86
* Updated from global requirementsOpenStack Proposal Bot2017-03-031-2/+2
| | | | Change-Id: I48095c8e2d9f8d6888e7994cfcdf6a3c0913cf5a
* Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
| | | | Change-Id: I7e2324393ca2c5d0bfc1e0bb569b40b37f47b08a
* Updated from global requirements1.8.0OpenStack Proposal Bot2017-01-211-1/+1
| | | | Change-Id: I7183b0ca1062b96e64ad8f32bcd8efe047d7998d
* Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | Change-Id: I7c1f701a8792757109b72a10b4ec31f870fe00a8
* Updated from global requirements1.7.0OpenStack Proposal Bot2016-12-151-1/+1
| | | | Change-Id: I4bafff2676c3250a2540015f0d4390e9455acd80
* Updated from global requirementsOpenStack Proposal Bot2016-12-051-1/+1
| | | | Change-Id: I8fcf01bda634acb744df77285cc065c071246afc
* Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
| | | | Change-Id: Ia15d2a9a848266d3deed9243a9f7cee3f802d270
* Updated from global requirementsOpenStack Proposal Bot2016-11-231-1/+1
| | | | Change-Id: I41560b84251380117b1f79058508df298021f794
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-2/+2
| | | | Change-Id: I70f30c8eeba14510de319e65a79ee1f1603306ed
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: Id7bf92858ba60111cb2c33bae55ba4bcae8c64a9
* Updated from global requirementsOpenStack Proposal Bot2016-10-151-2/+2
| | | | Change-Id: I7ecbd1b97c9d83345a57a1af816b8b80fcd6ced9
* Updated from global requirementsOpenStack Proposal Bot2016-10-021-3/+3
| | | | Change-Id: If2713c9f475ab212efa4f07f9b7e9a28cb326ced
* Updated from global requirementsOpenStack Proposal Bot2016-08-251-1/+1
| | | | Change-Id: I6ff10598d00d61534fa6039050bb5c68a157db08
* Updated from global requirementsOpenStack Proposal Bot2016-08-011-1/+1
| | | | Change-Id: I467349965447c083cee2a25e7403f825dcbb703d
* Updated from global requirementsOpenStack Proposal Bot2016-07-291-1/+1
| | | | Change-Id: I5389cfbbe9ae049208e163318f921a427fe39a2c
* Updated from global requirementsOpenStack Proposal Bot2016-07-211-1/+1
| | | | Change-Id: Ie34bddc072d447dd536d9161328ec68f8c6f0e83
* Updated from global requirementsOpenStack Proposal Bot2016-07-131-1/+1
| | | | Change-Id: I048b7dfd98c8f51aa6f92cce7dcf14890533b738
* Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: I6e086ffbc6a2914ab2cb03e1c3b2eebe5ef0693e
* Updated from global requirementsOpenStack Proposal Bot2016-06-301-1/+1
| | | | Change-Id: I011d440176e7ad956a3b790ff39f8f6e8fa307bc
* Use osc-lib instead of openstackclientTang Chen2016-06-291-0/+1
| | | | | | | | | | | osc-lib is a package of common support modules for writing OSC plugins. All common functions, classes such as exceptions, utils, logs and so on have been moved from openstackclient to osc-lib. So use osc-lib instead of openstackclient. Change-Id: I14323d43d0e5b41ce0611590f5f6a375cdc3dc2d
* Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | Change-Id: Ib2d5c3b86c52a5c917a172083a02d522a6e76fc7
* Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | Change-Id: I18994814c79df54bc9e8821112c4d6261a8a0350
* Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | Change-Id: Icdef684349799304610b4687a30d352959754d61
* Merge "switch to keystoneauth"Jenkins2016-05-181-1/+1
|\
| * switch to keystoneauthSteve Martinelli2016-05-181-1/+1
| | | | | | | | | | | | | | | | | | move heatclient to keystoneauth as keystoneclient's auth session, plugins and adapter code has been deprecated [1]. [1] http://docs.openstack.org/releasenotes/python-keystoneclient/mitaka.html#deprecation-notes Change-Id: Iedd7ceb97d39ab3ecccf8786aad8b5f45d15175e
* | Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
|/ | | | Change-Id: I5b37ce2ca1d5c3f366258f321b78b154f01f1bc3
* Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: Ie4583cd6a7103e6fbb5b8376446a64963bcaa7d9
* Updated from global requirementsOpenStack Proposal Bot2016-05-061-1/+1
| | | | Change-Id: Ibfba88c747fc539e836428b4ca598116281e596c