tarak / django-password-policies

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

requirements.txt #15

Closed mountainpaul closed 10 years ago

mountainpaul commented 10 years ago

Instead of using django>=1.5,<=1.6 It maybe better to use django>=1.5,<1.7

As it is now the requirements will uninstall Django 1.6.1 or 1.6.2 etc. The other option is to keep this up to date. I doubt that future minor point releases, i.e 1.6.3 etc, will break the app.

tarak commented 10 years ago

FYI: Created tag 0.2.1. Will upload it to PyPi later today.

tslifset commented 10 years ago

is 0.2.1 available via PyPi ?