diff options
author | David Timber <dxdt@dev.snart.me> | 2024-05-13 01:33:52 +0900 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-05-13 01:33:52 +0900 |
commit | eeb8fc928b3f911c457c89880f0c06f8ff12b2d1 (patch) | |
tree | 54671bc44e667cb95e54ec6e20593858c5ff3f5d /pyproject.toml | |
parent | 220c12c57992788a0d6222ae318d24f6efe571f9 (diff) |
Progress ...
- Add systemd service
- Update gitignore
- Update pyproject.toml
- Separate fwd for SMS and voice calls
- Impl handling of incoming calls
- Add 'MMFWD_CONFIG' env var for specifying config file path
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
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", |