Merge pull request #8 from xtoddx/master

Record dependency on six
This commit is contained in:
Mark Qvist 2021-09-05 15:02:49 +02:00 committed by GitHub
commit 0de5ec73ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 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'],
install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4', 'six'],
python_requires='>=3.6',
)
)