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",
|
"openpyxl",
|
||||||
"paginate",
|
"paginate",
|
||||||
"paginate_sqlalchemy",
|
"paginate_sqlalchemy",
|
||||||
"passlib",
|
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"pyramid>=2",
|
"pyramid>=2",
|
||||||
"pyramid_beaker",
|
"pyramid_beaker",
|
||||||
|
@ -53,7 +52,7 @@ dependencies = [
|
||||||
"pyramid_mako",
|
"pyramid_mako",
|
||||||
"pyramid_retry",
|
"pyramid_retry",
|
||||||
"pyramid_tm",
|
"pyramid_tm",
|
||||||
"rattail[db,bouncer]>=0.20.6",
|
"rattail[db,bouncer]>=0.21.0",
|
||||||
"sa-filters",
|
"sa-filters",
|
||||||
"simplejson",
|
"simplejson",
|
||||||
"transaction",
|
"transaction",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue