From 7c03bb6184197d17b49f4fad1db02c3a0154f36e Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 10 Mar 2021 14:48:00 -0500 Subject: [PATCH] Give CI a kick --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13a16da40..7addd0984 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ i2p_requires = [ # txi2p has Python 3 support, but it's unreleased (see # https://github.com/str4d/txi2p/issues/10). We could use a fork until # txi2p's maintainers are back in action. - "txi2p-tahoe", + "txi2p-tahoe >= 0.3.5", ] if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':