Remove future from Python 3 requirements

This commit is contained in:
allegroai 2022-10-23 15:21:46 +03:00
parent 2766255e8f
commit 24323d3ee7

View File

@ -2,7 +2,7 @@ attrs>=18.0
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
enum34>=0.9 ; python_version < '3.6'
furl>=2.0.0
future>=0.16.0
future>=0.16.0 ; python_version < '3'
futures>=3.0.5 ; python_version < '3'
jsonschema>=2.6.0
numpy>=1.10