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
13
poetry.lock
generated
13
poetry.lock
generated
|
@ -513,6 +513,14 @@ python-versions = ">=3.6"
|
|||
[package.dependencies]
|
||||
pyparsing = ">=2.0.2"
|
||||
|
||||
[[package]]
|
||||
name = "paginate"
|
||||
version = "0.5.6"
|
||||
description = "Divides large result sets into pages for easier browsing"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pluggy"
|
||||
version = "0.13.1"
|
||||
|
@ -921,7 +929,7 @@ h11 = ">=0.9.0,<1"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "*"
|
||||
content-hash = "96112731ca21a6ff5d0657c6c40979642bb992ae660ba8d6135421718737c6b0"
|
||||
content-hash = "c262ac1160b83593377fb7520d35c4b8ad81e5acff9d0a2060b2b048e3865b78"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
|
@ -1328,6 +1336,9 @@ packaging = [
|
|||
{file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
||||
{file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
||||
]
|
||||
paginate = [
|
||||
{file = "paginate-0.5.6.tar.gz", hash = "sha256:5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d"},
|
||||
]
|
||||
pluggy = [
|
||||
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
||||
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
||||
|
|
|
@ -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