aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 91073b0..b02720d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,8 +10,8 @@ authors = [
]
description = "Forward calls and texts using ModemManager framework"
readme = "README.md"
-requires-python = ">= 3.11" # TODO
-dependencies = [ "pyjson5", "PyYAML", "PyGObject" ]
+requires-python = ">= 3.6"
+dependencies = [ "PyYAML", "PyGObject" ]
classifiers = [
"Programming Language :: Python :: 3",