From ca4c9527408c34ca5ebf71177b942d21ccfba8e0 Mon Sep 17 00:00:00 2001 From: Patrik <21142447+ggravlingen@users.noreply.github.com> Date: Thu, 19 Sep 2019 07:28:01 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa81e164..0b046549 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'https://github.com/ggravlingen/pytradfri/archive/{}.zip'.format(VERSION) EXTRAS_REQUIRE = { - 'async': ['aiocoap >= 0.4a1', 'DTLSSocket >= 0.1.4'] + 'async': ['aiocoap==0.4a1', 'DTLSSocket==0.1.7'] } PACKAGES = find_packages(exclude=['tests', 'tests.*'])