summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Solve hacking/pbr requirements conflictJeremy Stanley2014-02-111-1/+1
| | | | | | | | | | | | | | | | * requirements.txt: Add an empty line making it more clear that pbr has to appear first in the requirements list, before other entries. Also specify a newer required minimum pbr since the old one had bugs and ought to be avoided. * setup.py: Stop declaring the pbr version range here, since it's handled separately by the requirements list. * test-requirements.txt: Allow newer hacking with solvable pbr second-order requirement and move it to the top of the list so that it gets satisfied before other test requirements. Change-Id: I4f80094c719f43a1261091263ccf60eefe5d9af1
* fix project dependenciesKhai Do2013-08-151-2/+2
| | | | | | | update pbr requirements to modern state. also added geard requirements to requirements.txt Change-Id: I302b4fa49574b48bb34eb3e7d7df33d2d2c35ce5
* Add pbr-based setup.Monty Taylor2013-04-081-0/+21
Change-Id: I8ff06c6711e1d9f5bf4d1278f37d4e2f7f799e3d