web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
303 stars 52 forks source link

Drop six usage #166

Open sevdog opened 2 weeks ago

sevdog commented 2 weeks ago

In both setup.py and pyproject.toml is stated that this project is Python3 only.

Six is only used in the main script to check for six.text_types which in Python3 is str.

Thus there is no reason to keep it as a dependency.