mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-07 17:05:52 -04:00
Conditional imports for serial-based interfaces
This commit is contained in:
parent
10854bfdbc
commit
259c2aa397
5 changed files with 29 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -29,6 +29,6 @@ setuptools.setup(
|
|||
|
||||
]
|
||||
},
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue