Remove py-bcrypt as dependency for 'auth' feature
need to add bcrypt instead, but must wait to avoid breaking things
This commit is contained in:
parent
a70552534a
commit
45746ff5e0
4
setup.py
4
setup.py
|
@ -139,6 +139,7 @@ extras = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: pretty sure some/all of this should be merged with above
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
extras['auth'] = [
|
extras['auth'] = [
|
||||||
#
|
#
|
||||||
|
@ -152,8 +153,7 @@ else:
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
'passlib', # 1.7.1
|
'passlib', # 1.7.1
|
||||||
'py-bcrypt', # 0.2
|
]
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue