This commit is contained in:
2022-01-29 18:49:45 +03:00
commit 87108fb1bd
12 changed files with 625 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "meilie_updater"
version = "0.1.0"
description = ""
authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.73.0"
arq = "^0.22"
meilisearch = "^0.18.0"
asyncpg = "^0.25.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"