summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing requests and six requirementsSascha Peilicke2013-12-041-0/+2
| | | | | | From global-requirements: requests>=1.1, six>=1.4.1 Change-Id: I536adc511931229a268ba81f81aef1aed59b33eb
* Updated from global requirementsOpenStack Jenkins2013-11-051-2/+2
| | | | Change-Id: I421ab7a5b0c0224122cc747141956bc1282f2b07
* Updated from global requirementsOpenStack Jenkins2013-10-011-2/+2
| | | | Change-Id: Ic3b5de6a54951b4f9a6449f97aa1ab9c395a2f08
* Update requirements.txt and test-requirements.txtDean Troyer2013-09-041-3/+3
| | | | Change-Id: I9c60d1d9097d35aa7c3d44168e370a9f30fd6621
* Updated from global requirementsMonty Taylor2013-08-071-2/+2
| | | | | | Change-Id: I1687d51bddb873549163dcf488fc40cdd9edcb29 Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
* Sync with global requirementsMonty Taylor2013-08-031-8/+7
| | | | Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
* Rename requires files to standard names.Zhenguo Niu2013-05-291-0/+9
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: I903213fda94a833335abaa7ad9a90bbb688ec15a Fixes: bug #1179008