fixed chardet version to 3.0.4

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-03-29 14:39:35 +02:00
parent 0961aa6b26
commit 8c3f87bcbe

View File

@ -71,6 +71,7 @@ tests_require = [
] + docs_require
install_requires = [
'chardet==3.0.4',
'aiohttp==3.7.4',
'bigchaindb-abci==1.0.7',
'cryptoconditions==0.8.1',