Chore: Updated dependencies and moved to Python 3.10 method of type hinting
This commit is contained in:
@ -5,11 +5,10 @@ description = "Point of Sale for a restaurant"
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
|
||||
arq = "^0.22"
|
||||
python = "^3.10"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.1"}
|
||||
arq = "^0.23a1"
|
||||
aiohttp = "^3.8.1"
|
||||
aioredis = "^1.3.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user