django/tests/requirements/base.txt
Markus Holtermann 80e742d991 Added pytz to test requirements
This allows running tests w/o installing Django itself by only pointing
the Python path.
2016-10-28 15:49:07 +02:00

14 lines
191 B
Text

argon2-cffi >= 16.1.0
bcrypt
docutils
geoip2
jinja2 >= 2.7
numpy
Pillow
PyYAML
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pytz
selenium
sqlparse
tblib