Remove Future dependency

This commit is contained in:
Ariel Rin 2020-06-09 11:10:32 +10:00
parent a4befc5e59
commit 5469a591c0

View File

@ -18,7 +18,6 @@ install_requires = [
'semantic_version',
'packaging>=20.1,<21',
'future',
'redis>=3.3.1,<4.0.0',
'celery>=4.3.0,<5.0.0',
'celery_once',