diff --git a/pyproject.toml b/pyproject.toml index 7dd2895..7f64242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8" +python = ">=3.6" "Mastodon.py" = "^1.5.0" click = "^7.0" pendulum = "^2.0.5"