Changeset - 18a96780b8b7
[Not reviewed]
default
0 1 0
Jelmer Vernooij - 11 years ago 2014-07-16 01:06:15
jelmer@samba.org
Support newer versions of bcrypt.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -70,7 +70,7 @@ if sys.version_info < (2, 7):
 
if is_windows:
 
    requirements.append("mercurial==2.8.2")
 
else:
 
    requirements.append("py-bcrypt==0.3.0")
 
    requirements.append("py-bcrypt>=0.3.0,<=0.4")
 
    requirements.append("mercurial==2.8.2")
 

	
 

	
0 comments (0 inline, 0 general)