From 8e99274825aea3e97d9cc233b6b402d994e02084 Mon Sep 17 00:00:00 2001 From: dobefore <46564102+dobefore@users.noreply.github.com> Date: Fri, 4 Feb 2022 20:00:21 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6593404..abda16f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Vikash Kothary "] packages = [ { include = "ankisyncd", from = "src" } ] + [tool.poetry.dependencies] python = "^3.8" anki = "2.1.46"