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:
parent
bdf1ebf24e
commit
e8bb2526c2
2
setup.py
2
setup.py
|
|
@ -34,7 +34,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
'requests',
|
'requests',
|
||||||
'jwcrypto',
|
'jwcrypto>=0.9.0',
|
||||||
'redis',
|
'redis',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
nose2
|
nose2
|
||||||
six
|
|
||||||
redis
|
redis
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue