From dab16b75f7255c8bbca61ccda1f3d1e8a6d967b5 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Sat, 4 Jun 2022 16:57:55 +0200 Subject: [PATCH] Relax protobuf in tox.ini Relax the protobuf dependency in tox.ini so that it matches the setup.py Solves #44 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 789aa20..daf4a11 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,6 @@ envlist = py26, py27, py32, py33, py35, py36, py37 commands = nosetests axolotl.tests deps = nose - protobuf==3.0.0b2 + protobuf>=3.0.0b2 cryptography python-axolotl-curve25519