Skip to content

Commit

Permalink
Pin dependencies (#248)
Browse files Browse the repository at this point in the history
* Update setup.py
  • Loading branch information
ggravlingen authored Sep 19, 2019
1 parent c0bfcaa commit 4e30ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

VERSION = "6.3.0"
VERSION = "6.3.1"
DOWNLOAD_URL = \
'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 4e30ee4

Please sign in to comment.