Ver código fonte

Added pytz to test requirements

This allows running tests w/o installing Django itself by only pointing
the Python path.
Markus Holtermann 8 anos atrás
pai
commit
80e742d991
1 arquivos alterados com 1 adições e 0 exclusões
  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