mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 07:34:51 -04:00
Added config options for UDP interface binding to network interface instead of IP.
This commit is contained in:
parent
4fd3d26714
commit
6382409194
3 changed files with 36 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -20,6 +20,6 @@ setuptools.setup(
|
|||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial'],
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
|
||||
python_requires='>=3.5',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue