From 0202ddda2bf64c5695a605072054fd6ea753b41c Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Fri, 18 Feb 2022 19:05:07 +0000 Subject: [PATCH] Add python package dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1a7a35c..06ee18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,8 @@ toml = {version = "^0.10.2", optional = true} bump2version = {version = "^1.0.1", optional = true} tox-asdf = {version = "^0.1.0", optional = true} pyunifiprotect = "^3.2.1" +aiofiles = "^0.8.0" +aiocron = "^1.8" [tool.poetry.extras] test = [