Merge pull request #447 from blockchain-etl/fix_build_wrong_ssl_version

Restrict urllib3 v2 as it breaks the build
This commit is contained in:
Evgeny Medvedev
2023-05-29 18:00:46 +08:00
committed by GitHub

View File

@@ -38,6 +38,7 @@ setup(
'python-dateutil>=2.8.0,<3',
'click>=8.0.4,<9',
'ethereum-dasm==0.1.4',
'urllib3<2',
'base58',
'requests'
],