Browse Source

Added pytz to test requirements

This allows running tests w/o installing Django itself by only pointing
the Python path.
Markus Holtermann 8 years ago
parent
commit
80e742d991
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/requirements/base.txt

+ 1 - 0
tests/requirements/base.txt

@@ -8,6 +8,7 @@ Pillow
 PyYAML
 # pylibmc/libmemcached can't be built on Windows.
 pylibmc; sys.platform != 'win32'
+pytz
 selenium
 sqlparse
 tblib