Relax packaging
dep
This is useful for building with poetry2nix, since it pulls in `packaging` from Nixpkgs for building some of the deps, and `packaging` in Nixpkgs is ahead of the previous dependency specifier. It might be more desirable to figure out a way to get the stated version of `packaging` into the `bookwyrm` package, but this is more expedient at the moment.
This commit is contained in:
parent
819a25da28
commit
4ab109b4b4
2 changed files with 6 additions and 23 deletions
27
poetry.lock
generated
27
poetry.lock
generated
|
@ -1631,18 +1631,15 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "packaging"
|
||||
version = "21.3"
|
||||
version = "23.2"
|
||||
description = "Core utilities for Python packages"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
||||
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
||||
{file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"},
|
||||
{file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
||||
|
||||
[[package]]
|
||||
name = "pathspec"
|
||||
version = "0.12.1"
|
||||
|
@ -1879,20 +1876,6 @@ files = [
|
|||
{file = "pyotp-2.8.0.tar.gz", hash = "sha256:c2f5e17d9da92d8ec1f7de6331ab08116b9115adbabcba6e208d46fc49a98c5a"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pyparsing"
|
||||
version = "3.1.1"
|
||||
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
||||
optional = false
|
||||
python-versions = ">=3.6.8"
|
||||
files = [
|
||||
{file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"},
|
||||
{file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
diagrams = ["jinja2", "railroad-diagrams"]
|
||||
|
||||
[[package]]
|
||||
name = "python-crontab"
|
||||
version = "3.0.0"
|
||||
|
@ -2646,4 +2629,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "6cf2acdac30f30b2a4c0139ad653b9a6db24972f518241afd3c3586aa3930e7e"
|
||||
content-hash = "9a88611e537bd786d744e3e7ad3feff631eae09692e921b8de5e5ac76ad45d02"
|
||||
|
|
|
@ -25,7 +25,7 @@ flower = "1.2.0"
|
|||
gunicorn = "20.0.4"
|
||||
libsass = "0.22.0"
|
||||
Markdown = "3.4.1"
|
||||
packaging = "21.3"
|
||||
packaging = ">=21.3"
|
||||
Pillow = "10.0.1"
|
||||
psycopg2 = "2.9.5"
|
||||
pycryptodome = "3.19.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue