[tool.poetry] name = "data-clean" version = "0.1.0" description = "" authors = ["许家凯 "] readme = "README.md" packages = [{include = "data_clean"}] [tool.poetry.dependencies] python = "^3.8" aiokafka = "^0.8.1" aiohttp = "^3.8.5" motor = "^3.2.0" pyyaml = "^6.0.1" environs = "^9.5.0" aio-pika = "^9.1.5" aliyun-log-python-sdk = "^0.8.7" elasticsearch7 = {extras = ["async"], version = "^7.17.9"} jsonpath = "^0.82" loguru = "^0.7.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [[tool.poetry.source]] name = "douban" url = "https://mirror.baidu.com/pypi/simple" default=true