toreamun / victor-smart-kill

A simple async Python wrapper for Victor Smart-Kill API.
MIT License
6 stars 2 forks source link

Warning: marshmallow-dataclass does not provide the extra 'enum'/'union' #5

Open jaraco opened 2 months ago

jaraco commented 2 months ago

When installing VSK:

 ~ @ pip install -q -t /tmp/vsk victor-smart-kill
WARNING: marshmallow-dataclass 8.7.0 does not provide the extra 'enum'
WARNING: marshmallow-dataclass 8.7.0 does not provide the extra 'union'

Those extras should probably be removed from the requirements.

jaraco commented 2 months ago

@toreamun Is this something you might be able to address? The way I invoke it (via pip-run), I encounter this warning on every invocation.