Skip to content

Commit 66b374b

Browse files
committed
leftover of replacement of passlib[bcrypt]
1 parent d8ab8aa commit 66b374b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
3232
"python-dateutil>=2.7.3", "pika>=1.1.0",
3333
"setuptools; python_version<'3.9'"]
34-
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
34+
bcrypt_requires = ["bcrypt"]
3535
# typeguard requires pytest<7
3636
test_requires = ["pytest<7", "typeguard<3", "waitress", *bcrypt_requires]
3737

0 commit comments

Comments
 (0)