Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ggravlingen authored Sep 19, 2019
1 parent c0bfcaa commit ca4c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*'])
Expand Down

0 comments on commit ca4c952

Please sign in to comment.