diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-06 22:11:55 -0500 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-06 22:11:55 -0500 |
| commit | a9589dd280ba84db3131f32b423ef45c67a5a236 (patch) | |
| tree | 0ffc143dee70635fae4f539e4cee425652e70b0c /tests | |
| parent | 37d46b20fc5325b6fb082f95936a6c97c92dcf7d (diff) | |
Fixed #21032 -- pip 1.4 can't install pytz.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index 89bd8230b2..0f439f5919 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -2,5 +2,5 @@ bcrypt docutils Pillow PyYAML -pytz +pytz > dev selenium |
