tarak / django-password-policies

Django unicode-aware password policies.
Other
59 stars 92 forks source link

Update setup.py #19

Closed aclark4life closed 9 years ago

aclark4life commented 9 years ago

install_requires pytz should fix:

ImproperlyConfigured at /admin/password_policies/passwordhistory/

This query requires pytz, but it isn't installed.
tarak commented 9 years ago

Thx!