mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
aee1390e2c
commit
b59601a8b7
2 changed files with 13 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue