Ensure we only list sphinx as a dep once

Change-Id: If863d8e7a7eda78c721b5e83e9053ec5b70fcee2
This commit is contained in:
Kiall Mac Innes 2013-09-18 11:16:05 +01:00
parent f7bc95a871
commit b2e1033e9e
2 changed files with 1 additions and 2 deletions

@ -1,3 +1,3 @@
sphinx
sphinx>=1.1.2
-r ../requirements.txt
-r ../test-requirements.txt

@ -6,5 +6,4 @@ mox>=0.5.3
pep8==1.4.5
pyflakes==0.7.2
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13