Included six internally.

This commit is contained in:
Mark Qvist 2021-09-11 16:03:35 +02:00
parent 91d94f2f6f
commit f80e09cb5c
3 changed files with 1000 additions and 2 deletions

View file

@ -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',
)