feat: require latest rattail; drop passlib dependency
should be using bcrypt directly now, even though technically rattail still requires passlib
This commit is contained in:
parent
5ae236f228
commit
8a3c147858
1 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@ dependencies = [
|
|||
"openpyxl",
|
||||
"paginate",
|
||||
"paginate_sqlalchemy",
|
||||
"passlib",
|
||||
"Pillow",
|
||||
"pyramid>=2",
|
||||
"pyramid_beaker",
|
||||
|
@ -53,7 +52,7 @@ dependencies = [
|
|||
"pyramid_mako",
|
||||
"pyramid_retry",
|
||||
"pyramid_tm",
|
||||
"rattail[db,bouncer]>=0.20.6",
|
||||
"rattail[db,bouncer]>=0.21.0",
|
||||
"sa-filters",
|
||||
"simplejson",
|
||||
"transaction",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue