Prechádzať zdrojové kódy

Added pytz to test requirements

This allows running tests w/o installing Django itself by only pointing
the Python path.
Markus Holtermann 8 rokov pred
rodič
commit
80e742d991
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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