google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
623 stars 174 forks source link

Remove unused dependencies #850

Closed puradox closed 1 year ago

puradox commented 1 year ago

Remove pyserial and timeout_decorator from install_requires, as they were not being imported/used. While here, mark typing_extensions as only necessary for Python versions below 3.8.


This change is Reviewable