Remove six

It was added due to the implicit dependency by jwcrypto, which was
fixed in v0.9.0[1]. The library was even removed in jwcrypto v1.0.0[2]
and is useless now.

[1] https://github.com/latchset/jwcrypto/commit/08cae6a43ef39a2a8f6148e
[2] https://github.com/latchset/jwcrypto/commit/1f5e7517142baf5eed23578
This commit is contained in:
Takashi Kajinami 2025-07-15 18:35:35 +09:00
parent bdf1ebf24e
commit e8bb2526c2
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ setup(
install_requires=[
'numpy',
'requests',
'jwcrypto',
'jwcrypto>=0.9.0',
'redis',
],
zip_safe=False,

View File

@ -1,3 +1,2 @@
nose2
six
redis