mirror of
https://github.com/markqvist/LXST.git
synced 2026-04-27 14:20:39 +00:00
Sync upstream
This commit is contained in:
parent
a0098cf74f
commit
571e9add63
11 changed files with 899 additions and 204 deletions
10
setup.py
10
setup.py
|
|
@ -40,11 +40,11 @@ setuptools.setup(
|
|||
'rnphone=LXST.Utilities.rnphone:main',
|
||||
]
|
||||
},
|
||||
install_requires=["rns>=0.9.5",
|
||||
"lxmf>=0.7.0",
|
||||
"soundcard",
|
||||
"numpy",
|
||||
"pycodec2",
|
||||
install_requires=["rns>=1.0.1",
|
||||
"lxmf>=0.9.1",
|
||||
"soundcard>=0.4.5",
|
||||
"numpy>=2.3.4",
|
||||
"pycodec2>=4.1.0",
|
||||
"audioop-lts>=0.2.1;python_version>='3.13'"],
|
||||
python_requires=">=3.7",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue