Skip to content

Commit

Permalink
need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Jun 13, 2017
1 parent 6a2f729 commit 517685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'Programming Language :: Python :: 3.6',
],
install_requires=[
'bcrypt>=3.0.0',
'bcrypt>=3.1.3',
'cryptography>=1.1',
'pynacl>=1.0.1',
'pyasn1>=0.1.7',
Expand Down

0 comments on commit 517685c

Please sign in to comment.