Update pytradfri to 4.1.0 (#10521)

This commit is contained in:
Lewis Juggins 2017-11-22 09:37:20 +00:00 committed by GitHub
parent b784d80973
commit cfb1853bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 15 deletions

View file

@ -31,8 +31,7 @@ COMMENT_REQUIREMENTS = (
'envirophat',
'i2csense',
'credstash',
'aiocoap', # Temp, will be removed when Python 3.4 is no longer supported.
'DTLSSocket' # Requires cython.
'pytradfri',
)
TEST_REQUIREMENTS = (