Removed pyserial dependency

This commit is contained in:
Mark Qvist 2021-12-01 14:05:33 +01:00
parent c44c6f9086
commit d2232f19ba
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ setuptools.setup(
]
},
install_requires=['cryptography>=3.4.7', 'pyserial'],
install_requires=['cryptography>=3.4.7'],
python_requires='>=3.6',
)