mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 13:57:54 -05:00
Limit python-dateutil major version in case of breaking changes
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user