summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames Polley <jp@jamezpolley.com>2015-05-11 15:19:37 +1000
committerJames Polley <jp@jamezpolley.com>2015-05-15 21:31:21 +1000
commit2b29c4fc2bec808eed9c72af0d218b503ba3bd2f (patch)
tree47d30996a428abe64bdcc9772793f96572165d29 /test-requirements.txt
parent44ee5f0d0cb5a0290534b06298bb598142425b1e (diff)
downloadpbr-2b29c4fc2bec808eed9c72af0d218b503ba3bd2f.tar.gz
Teach pbr to read extras and env markers
This adds support for reading extras from setup.cfg. It also adds support for handling environment markers, both in the extras section and in install_requires and in requirements.txt. Change-Id: I6fd8276012e65f82934df9c374613b1ce6856b5a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5f8cfb8..2b33504 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,6 +5,7 @@ hacking>=0.9.2,<0.10
mock>=1.0
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
+six>=1.9.0
testrepository>=0.0.18
testresources>=0.2.4
testscenarios>=0.4