pywebpush icon indicating copy to clipboard operation
pywebpush copied to clipboard

Drop six usage

Open sevdog opened this issue 8 months ago • 0 comments

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.

sevdog avatar Jun 14 '24 07:06 sevdog