From 0e9306571a379b5a0951afdc978360639d020f6e Mon Sep 17 00:00:00 2001 From: gitAskur <18527854+gitAskur@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:32:10 +0000 Subject: [PATCH] tag version --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e45b8e1..69d6f5b 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ deps = pydocstyle==3.0.0 setuphelpers >= 0.1.2 teamcity-messages >= 1.25 + protobuf==3.19.4 # see https://github.com/PyCQA/pylint/issues/6281 commands = flake8 esi_routes tests {env:FLAKE8_ADDOPTS:} [testenv:pylint]