arq is right now not compatible with aioredis 2.0.0 So pinning the aioredis to 1.3.1 for the time being
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "barker"
|
name = "barker"
|
||||||
version = "9.6.0"
|
version = "9.7.0"
|
||||||
description = "Point of Sale for a restaurant"
|
description = "Point of Sale for a restaurant"
|
||||||
authors = ["tanshu <git@tanshu.com>"]
|
authors = ["tanshu <git@tanshu.com>"]
|
||||||
|
|
||||||
@ -21,6 +21,7 @@ pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
|||||||
starlette = "^0.14.2"
|
starlette = "^0.14.2"
|
||||||
arq = "^0.20"
|
arq = "^0.20"
|
||||||
aiohttp = "^3.7.4"
|
aiohttp = "^3.7.4"
|
||||||
|
aioredit = "^1.3.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
flake8 = "^3.9.1"
|
flake8 = "^3.9.1"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "frank"
|
name = "frank"
|
||||||
version = "9.6.0"
|
version = "9.7.0"
|
||||||
description = "Point of Sale for a restaurant"
|
description = "Point of Sale for a restaurant"
|
||||||
authors = ["tanshu <git@tanshu.com>"]
|
authors = ["tanshu <git@tanshu.com>"]
|
||||||
|
|
||||||
@ -9,6 +9,7 @@ python = "^3.8"
|
|||||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||||
arq = "^0.20"
|
arq = "^0.20"
|
||||||
aiohttp = "^3.7.4"
|
aiohttp = "^3.7.4"
|
||||||
|
aioredit = "^1.3.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user