Added pytz to test requirements
This allows running tests w/o installing Django itself by only pointing the Python path.
This commit is contained in:
parent
6c994013e2
commit
80e742d991
|
@ -8,6 +8,7 @@ Pillow
|
||||||
PyYAML
|
PyYAML
|
||||||
# pylibmc/libmemcached can't be built on Windows.
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
pylibmc; sys.platform != 'win32'
|
pylibmc; sys.platform != 'win32'
|
||||||
|
pytz
|
||||||
selenium
|
selenium
|
||||||
sqlparse
|
sqlparse
|
||||||
tblib
|
tblib
|
||||||
|
|
Loading…
Reference in New Issue