mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Add bcrypt as direct dependency
This commit is contained in:
parent
143a404168
commit
a03911f954
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -77,9 +77,8 @@ setup(
|
|||
"python-dateutil>=2.7.3"],
|
||||
setup_requires=pytest_runner,
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
"test": tests_require,
|
||||
"bcrypt": "passlib[bcrypt]"},
|
||||
extras_require={"test": tests_require,
|
||||
"bcrypt": ["passlib[bcrypt]", "bcrypt"]},
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
python_requires=">=3.5.2",
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue