mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 07:05:06 -04:00
Included six internally.
This commit is contained in:
parent
91d94f2f6f
commit
f80e09cb5c
3 changed files with 1000 additions and 2 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', 'netifaces>=0.10.4', 'six'],
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue