aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7f97d47..d22ce7d 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"
+python = ">=3.11"
boilerpy3 = "^1.0.6"
rich = "^13.6.0"
click = "^8.1.7"