diff --git a/backend/poetry.lock b/backend/poetry.lock index bddf6575d..04ff4f691 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1,4 +1,20 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. + +[[package]] +name = "aiocache" +version = "0.12.2" +description = "multi backend asyncio cache" +optional = false +python-versions = "*" +files = [ + {file = "aiocache-0.12.2-py2.py3-none-any.whl", hash = "sha256:9b6fa30634ab0bfc3ecc44928a91ff07c6ea16d27d55469636b296ebc6eb5918"}, + {file = "aiocache-0.12.2.tar.gz", hash = "sha256:b41c9a145b050a5dcbae1599f847db6dd445193b1f3bd172d8e0fe0cb9e96684"}, +] + +[package.extras] +memcached = ["aiomcache (>=0.5.2)"] +msgpack = ["msgpack (>=0.5.5)"] +redis = ["redis (>=4.2.0)"] [[package]] name = "annotated-types" @@ -2057,10 +2073,7 @@ files = [ bottleneck = {version = ">=1.3.2", optional = true, markers = "extra == \"performance\""} numba = {version = ">=0.53.1", optional = true, markers = "extra == \"performance\""} numexpr = {version = ">=2.7.1", optional = true, markers = "extra == \"performance\""} -numpy = [ - {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, - {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, -] +numpy = {version = ">=1.23.2", markers = "python_version >= \"3.11\""} python-dateutil = ">=2.8.2" pytz = ">=2020.1" tzdata = ">=2022.1" @@ -3393,4 +3406,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "01abfe1c92e73df580ac7d7a6bddc91a7960b1b8f14b65042db25d4da8488c4b" \ No newline at end of file +content-hash = "add3c367e497390a7073f772a036deb1285dd2c5667b61cc44683fdadf176e26" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6d4dd57c4..48246e41e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -30,6 +30,7 @@ requests-toolbelt = "^1.0.0" aiocache = "^0.12.2" + [tool.poetry.group.dev.dependencies] black = "^22.12.0" pylint = "^2.15.10"