diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:35:25 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:35:25 -0600 |
commit | a924ac2766e12d1b28c1bb69178b8b25039c4c0b (patch) | |
tree | 528a73df6a8d758ef654815e5db3b3126ee3d787 | |
parent | fad0828119ee25f099ce268526d1159bd2da80ff (diff) |
Py3>=3.9
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2ce19e4..b6f84d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Navan Chauhan <navanchauhan@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.11,<4.0" +python = ">=3.9,<4.0" boilerpy3 = "^1.0.6" rich = "^13.6.0" click = "^8.1.7" |