diff --git a/setup.py b/setup.py index 0742a7ce8..f7f7b14f5 100644 --- a/setup.py +++ b/setup.py @@ -141,8 +141,9 @@ tor_requires = [ ] i2p_requires = [ - # See the comment in tor_requires. - "txi2p >= 0.3.2", + # txi2p has Python 3 support, but it's unreleased: https://github.com/str4d/txi2p/issues/10. + # Also see the comment in tor_requires. + "txi2p @ git+https://github.com/str4d/txi2p@0611b9a86172cb70d2f5e415a88eee9f230590b3#egg=txi2p", ] if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':