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
1 changed files with 2 additions and 2 deletions
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':
|
||||
extras['auth'] = [
|
||||
#
|
||||
|
@ -152,8 +153,7 @@ else:
|
|||
# package # low high
|
||||
|
||||
'passlib', # 1.7.1
|
||||
'py-bcrypt', # 0.2
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue