From 7bb2959ed5e35c64d298e33a95dc037dc9206078 Mon Sep 17 00:00:00 2001 From: David Vilela Date: Mon, 9 Sep 2024 18:14:33 +0200 Subject: [PATCH] fix: liccheck --- Makefile | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 29e7b67..efeaee0 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,7 @@ all-linters: tox -e darglint tox -e pylint tox -e mypy + tox -e liccheck .PHONY: fix-abci-app-specs fix-abci-app-specs: diff --git a/tox.ini b/tox.ini index e21bd44..0b28fe0 100644 --- a/tox.ini +++ b/tox.ini @@ -546,3 +546,4 @@ paramiko: >=3.1.0 ; sub-dep of docker-compose websocket-client: >=0.59.0 pathable: ==0.4.3 +aiohappyeyeballs: >=2.4.0 \ No newline at end of file