summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Port missing bits from httplib2 to requests"Jenkins2013-06-221-1/+0
|\
| * Port missing bits from httplib2 to requestsSascha Peilicke2013-06-211-1/+0
| | | | | | | | | | | | This allows to drop the dependency on httplib2 altogether. Change-Id: I18571e29d9f0d6527a93ed18becee9148e64e574
* | Revert "Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements."Dan Smith2013-06-201-1/+1
|/ | | | | | | | | | This partially reverts commit: 43b7f22b30244114f809e4c3b44dc337cade95f1. The oslo.config change in that patch seems to break running unit tests with tox. This reverts just that part of the change. Change-Id: I977700d73342e81ee962019b76238d2cb2b1fff4
* Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.Michael Wilson2013-06-191-2/+2
| | | | | | | See bug #1189889. Change-Id: Id0dae9cea96ee779bc94a095d1ec5d046f2b39b4 Fixes: bug #1189889
* Update to the latest stevedoreDoug Hellmann2013-06-121-1/+1
| | | | | | | | | | | Use a version of stevedore that does not try to install distribute. The requirements change is in https://review.openstack.org/#/c/32738/ Change-Id: I277a282ed86743a25138c431045af1f0ccb11b39 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Rename requires files to standard names.Ruby Loo2013-05-221-0/+33
Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: I68ece8406fb1d4e082a42db8e76e17b1aaa7e775 Fixes: bug #1179008