Chore: Updated dependencies and moved to Python 3.10 method of type hinting

This commit is contained in:
2022-06-21 08:41:57 +05:30
parent 2f1f9eee1f
commit 61bb62475b
70 changed files with 259 additions and 344 deletions

View File

@ -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"]