Skip to content

Commit

Permalink
leftover of replacement of passlib[bcrypt]
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 7, 2024
1 parent 3a04b22 commit 1c32919
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 @@ -31,7 +31,7 @@
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
"python-dateutil>=2.7.3",
"setuptools; python_version<'3.9'"]
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
bcrypt_requires = ["bcrypt"]
# typeguard requires pytest<7
test_requires = ["pytest<7", "typeguard<3", "waitress", *bcrypt_requires]

Expand Down

0 comments on commit 1c32919

Please sign in to comment.