python-bcrypt
python-bcrypt copied to clipboard
Can I install it with requirements.txt?
I want to get this package into a demo that can only use pip to install requirements.. I've tried putting https://github.com/fwenzel/python-bcrypt/archive/master.zip as the URL but it fails due to lack of setup.py.
Is this on pip? Can you suggest any other way of getting it?
I mean, there's probably no reason not to add a setup.py? if you submit a PR I'll happily merge it.