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"