mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +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"],
|
"python-dateutil>=2.7.3"],
|
||||||
setup_requires=pytest_runner,
|
setup_requires=pytest_runner,
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
extras_require={
|
extras_require={"test": tests_require,
|
||||||
"test": tests_require,
|
"bcrypt": ["passlib[bcrypt]", "bcrypt"]},
|
||||||
"bcrypt": "passlib[bcrypt]"},
|
|
||||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||||
python_requires=">=3.5.2",
|
python_requires=">=3.5.2",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue