# passlib can use several libs to provide bcrypt (which is required for htpasswd support),
# but passlib deprecated support for py-bcrypt, a bcrypt lib alternative.
# The [bcrypt] extra ensures we use bcrypt instead of some other lib.
passlib[bcrypt]>=1.7.1,<1.8.0
