diff --git a/barker/pyproject.toml b/barker/pyproject.toml index 5cb545c4..6c763cb9 100644 --- a/barker/pyproject.toml +++ b/barker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "barker" -version = "9.6.0" +version = "9.7.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] @@ -21,6 +21,7 @@ pydantic = {extras = ["dotenv"], version = "^1.8.2"} starlette = "^0.14.2" arq = "^0.20" aiohttp = "^3.7.4" +aioredit = "^1.3.1" [tool.poetry.dev-dependencies] flake8 = "^3.9.1" diff --git a/frank/pyproject.toml b/frank/pyproject.toml index ced52316..01b7821c 100644 --- a/frank/pyproject.toml +++ b/frank/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "frank" -version = "9.6.0" +version = "9.7.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] @@ -9,6 +9,7 @@ python = "^3.8" pydantic = {extras = ["dotenv"], version = "^1.8.2"} arq = "^0.20" aiohttp = "^3.7.4" +aioredit = "^1.3.1" [build-system] requires = ["poetry-core>=1.0.0"]