diff --git a/pyproject.toml b/pyproject.toml index df4af257..9afaf52d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",