mirror of https://github.com/django/django.git
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
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys.platform != 'win32'
|
||||
pytz
|
||||
selenium
|
||||
sqlparse
|
||||
tblib
|
||||
|
|
Loading…
Reference in New Issue