diff --git a/poetry.lock b/poetry.lock index dac5df5..dd75f00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -286,25 +286,32 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "quart" -version = "0.15.1" +version = "0.14.1" description = "A Python ASGI web microframework with the same API as Flask" category = "main" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.7" +develop = false [package.dependencies] aiofiles = "*" blinker = "*" click = "*" -hypercorn = ">=0.11.2" +hypercorn = ">=0.7.0" itsdangerous = "*" jinja2 = "*" toml = "*" -werkzeug = ">=2.0.0" +werkzeug = ">=1.0.0" [package.extras] dotenv = ["python-dotenv"] +[package.source] +type = "git" +url = "https://gitlab.com/pgjones/quart" +reference = "c1ac142c6c51709765045f830b242950099b2295" +resolved_reference = "c1ac142c6c51709765045f830b242950099b2295" + [[package]] name = "six" version = "1.16.0" @@ -403,7 +410,7 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "e07bedf6968bdb2112e351624b975a2ea8ababdad1693ad6a40e664953f77c19" +content-hash = "56d99717b6f3a32560d33ee9efdb77c7cf59f2447f1ff626c8dabb1261dc30c7" [metadata.files] aiofiles = [ @@ -731,10 +738,7 @@ pycparser = [ {file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"}, {file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"}, ] -quart = [ - {file = "Quart-0.15.1-py3-none-any.whl", hash = "sha256:f35134fb1d81af61624e6d89bca33cd611dcedce2dc4e291f527ab04395f4e1a"}, - {file = "Quart-0.15.1.tar.gz", hash = "sha256:f80c91d1e0588662483e22dd9c368a5778886b62e128c5399d2cc1b1898482cf"}, -] +quart = [] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, diff --git a/pyproject.toml b/pyproject.toml index dd5ba59..75297e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ websockets = "^10.0" Earl-ETF = "^2.1.2" logbook = "^1.5.3" Cerberus = "^1.3.4" -quart = "^0.15.1" +quart = {git = "https://gitlab.com/pgjones/quart", rev = "c1ac142c6c51709765045f830b242950099b2295"} pillow = "^8.3.2" aiohttp = "^3.7.4" zstandard = "^0.15.2"