feat(poetry): add paginate==0.5.6

With upstream at https://github.com/Pylons/paginate, this module
helps us deal with pagination without reinventing the wheel.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-09-04 19:14:47 -07:00
parent aee1390e2c
commit b59601a8b7
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 13 additions and 1 deletions

View file

@ -70,6 +70,7 @@ python-multipart = { version = "0.0.5", python = "^3.9" }
redis = { version = "3.5.3", python = "^3.9" }
requests = { version = "2.26.0", python = "^3.9" }
werkzeug = { version = "2.0.1", python = "^3.9" }
paginate = { version = "0.5.6", python = "^3.9" }
# SQL
alembic = { version = "1.6.5", python = "^3.9" }