From c0542e2accbda302e5bb12a09fa6049bee50feef Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 8 Nov 2013 10:15:00 -0800 Subject: Include all the requirements in the dev-requirements, even those which will be installed by `pip install .` --- AUTHORS.rst | 1 - dev-requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index b3b7f35d..0ef9958d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,3 @@ PGP key fingerprints are enclosed in parentheses. * Christian Heimes * Paul Kehrer * Jarret Raim - diff --git a/dev-requirements.txt b/dev-requirements.txt index 752517dd..73b876f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,3 +4,5 @@ pytest coverage sphinx tox +cffi +six -- cgit v1.2.3 From 2ff5352312b0355837d5059927d4abc36c10d6c6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 8 Nov 2013 11:24:48 -0800 Subject: Do this another way --- dev-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 73b876f2..66f46d83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,5 +4,4 @@ pytest coverage sphinx tox -cffi -six +-e . -- cgit v1.2.3