diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2013-12-02 17:21:48 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-02 13:38:46 -0500 |
| commit | 87433c30c766b3cf7f432dbd97bd5413db5daa07 (patch) | |
| tree | 9cbcebefb7ef2af49fdf02d798f53dfbd7fb0c47 /tests | |
| parent | c8b4ac814ce7d71d352046c03115abba6d9489f5 (diff) | |
[1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
Thanks Tim Graham for the report
Backport of c75dd664cf from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements/base.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index 89bd8230b2..535d146bb8 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,5 +1,6 @@ bcrypt docutils +numpy Pillow PyYAML pytz |
