diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 07d7de982e..4c6b1d88db 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -138,6 +138,7 @@ Running all the tests
 If you want to run the full suite of tests, you'll need to install a number of
 dependencies:
 
+*  numpy_
 *  PIL_
 *  py-bcrypt_
 *  PyYAML_
@@ -168,6 +169,7 @@ and install the Geospatial libraries</ref/contrib/gis/install/index>`.
 Each of these dependencies is optional. If you're missing any of them, the
 associated tests will be skipped.
 
+.. _numpy: https://pypi.python.org/pypi/numpy
 .. _PIL: https://pypi.python.org/pypi/PIL
 .. _py-bcrypt: https://pypi.python.org/pypi/py-bcrypt/
 .. _PyYAML: http://pyyaml.org/wiki/PyYAML
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt
index 99e2b7f805..67d1e79afc 100644
--- a/tests/requirements/base.txt
+++ b/tests/requirements/base.txt
@@ -1,5 +1,6 @@
 docutils
 Markdown
+numpy
 PyYAML
 pytz
 selenium