Removed pyserial dependency

pull/10/head
Mark Qvist 2021-12-01 14:05:33 +01:00
rodzic c44c6f9086
commit d2232f19ba
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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