python3 only, drop six, drop __future__

This commit is contained in:
j 2023-07-28 18:29:55 +02:00
commit a33d6d9bc8
8 changed files with 6 additions and 15 deletions

View file

@ -39,8 +39,7 @@ setup(
'pandora_client'
],
install_requires=[
'ox >= 2.3.804,<3',
'six',
'ox >= 3.0.0',
'requests >= 1.1.0',
'zeroconf',
'netifaces',