Include all the requirements in the dev-requirements, even those which will be installed by pip install .

This commit is contained in:
Alex Gaynor 2013-11-08 10:15:00 -08:00
parent 635b542ded
commit c0542e2acc
2 changed files with 2 additions and 1 deletions

View file

@ -10,4 +10,3 @@ PGP key fingerprints are enclosed in parentheses.
* Christian Heimes <christian@python.org>
* Paul Kehrer <paul.l.kehrer@gmail.com>
* Jarret Raim <jarito@gmail.com>

View file

@ -4,3 +4,5 @@ pytest
coverage
sphinx
tox
cffi
six