tarak / django-password-policies

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

Is the pytz dependency still current? #47

Closed mhogg closed 8 years ago

mhogg commented 8 years ago

From what I can see, the pytz package is no longer used. Rather, django.utils.timezone appears to be used instead. Is pytz still required?

tarak commented 8 years ago

Probably not. I don't have access to my personal workstation to grep inside the code. If you have verified that the module is not used anymore I would gladly merge a PR.

citmusa commented 7 years ago

I've just installed the 0.4.2 version, and I can confirm that you have to install pytz. (I've got an error from django until I installed pytz manually)

Using: