diff --git a/setup.py b/setup.py index 29a10d5..3ae39bb 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup(name="magic-wormhole", install_requires=[ "spake2==0.7", "pynacl", "six", + "attrs >= 16.3.0", # 16.3.0 adds __attrs_post_init__ "twisted[tls] >= 17.5.0", # 17.5.0 adds failAfterFailures= "autobahn[twisted] >= 0.14.1", "automat",