summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for py27Sorin Sbarnea2021-01-131-1/+0
| | | | | | | | Officially removes support for py27, which was already broken for 3+ months (unmaintained test tools). Change-Id: I38c966d4e1680592f5cd94695051710695d41f71 Related: https://github.com/testing-cabal/subunit/pull/32
* Use six for cross python compatibilitySorin Sbarnea2018-11-261-0/+1
| | | | | | | - Fixes linting error related to undefined unicode on python3. - Simplifies code Change-Id: Ib40237e0fb7156b084dfdab47be69ccad09547fe
* Remove argparse from requirementsAndreas Jaeger2016-02-071-1/+0
| | | | | | | argparse was external in python 2.6 but not anymore, remove it from requirements. This project is not supporting Python 2.6 anymore. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
* Update requirements to OpenStack's recommendationsJeremy Stanley2014-07-031-1/+1
| | | | | | | | | This synchronizes requirements.txt, test-requirements.txt and setup.py with the current state of the openstack/requirements global-requirements.txt list. Also adds flake8 exclusions to tox.ini for new hacking rules with which git-review does not yet comply. Change-Id: I837ba57134bea16dd46c3f512bccd51cb39f76c8
* Add http(s) protocol support to set_hooks_commit_msgCedric Brandily2014-02-131-0/+1
| | | | | | | | | | | | | set_hooks_commit_msg used scp to download commit_msg hook even for gerrit http(s) remote url. It will use scp for ssh remote url and http(s) download for http(s) remote url (more proxy "friendly"). Note: this change modifies .gerrit/golden_site folder content (used by tests), so delete .gerrit folder and run "python -m git_review.tests.prepare". Closes-bug: #1274876 Change-Id: I49bcf4fd84a88878f9381ddf1a8714b778688a0a
* Migrate to pbr.Dina Belova2013-08-151-0/+1
| | | | | | | | | For ease of future source code maintenance by OpenStack developers, git-review is now adopting the same Python Build Reasonableness as used by current OpenStack projects. Closes-Bug: 1179007 Change-Id: I20427b51e84b90dcc1d870a547cdcc5240b4ff0e
* Freeze requirements for sdist packages.Monty Taylor2012-01-271-2/+0
| | | | | | | Use installed virtualenv to determine the list of actual dependent versions tested. Change-Id: Iff9781e97f32a318e357ae1d3305a74e2b3ba479
* Added dependencies in requirements.txtDiederik2012-01-261-0/+2
Change-Id: I353d5ccaf0b83fc5f86f3c5664870ed7cc209bec