Fix bcrypt version.
This commit is contained in:
parent
0fd0cde11c
commit
ef848e6ca8
2
setup.py
2
setup.py
|
@ -54,7 +54,7 @@ requirements = [
|
||||||
"cryptography==2.7",
|
"cryptography==2.7",
|
||||||
"PyYAML==5.1.2",
|
"PyYAML==5.1.2",
|
||||||
"passlib>=1.7.1, <2.0.0",
|
"passlib>=1.7.1, <2.0.0",
|
||||||
"bcrypt==0.1.1",
|
"bcrypt>=3.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requirements = [] # type: T.List[str]
|
setup_requirements = [] # type: T.List[str]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user