lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Use pycryptodome in development #149

Closed bbc2 closed 4 years ago

bbc2 commented 8 years ago

The use of pycryptodome comes from #148 and requirements_dev.txt was not updated. This pull request fixes that by mirroring requirements.txt.

and-semakin commented 4 years ago

Hi @bbc2! Currently, these changes seem irrelevant because we no longer have requirements_dev.txt file. Also Flask-User don't use pycryptodome after this commit. So I will close this PR.

Thank you for your contribution anyway! :)

bbc2 commented 4 years ago

Glad to hear this. cryptography is a very nice library.