Sync upstream

This commit is contained in:
Mark Qvist 2025-05-12 12:42:55 +02:00
commit 54d73da83c
9 changed files with 19 additions and 11 deletions

View file

@ -40,10 +40,11 @@ setuptools.setup(
'rnphone=LXST.Utilities.rnphone:main',
]
},
install_requires=["rns>=0.9.3",
install_requires=["rns>=0.9.5",
"lxmf>=0.7.0",
"soundcard",
"numpy",
"pycodec2",
"audioop-lts>=0.2.1;python_version>='3.13'"],
python_requires=">=3.7",
)
)