Limit python-dateutil major version in case of breaking changes

This commit is contained in:
medvedev1088
2022-02-11 23:03:12 +08:00
parent ed31940391
commit e82a86ca7f

View File

@@ -36,7 +36,7 @@ setup(
'eth-utils==1.10.0',
'eth-abi==1.3.0',
# TODO: This has to be removed when "ModuleNotFoundError: No module named 'eth_utils.toolz'" is fixed at eth-abi
'python-dateutil>=2.8.0',
'python-dateutil>=2.8.0,<3',
'click==7.1.2',
'ethereum-dasm==0.1.4',
'base58',