pywebpush
pywebpush copied to clipboard
Drop six usage
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.