Skip to content

Commit

Permalink
Remove idna
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 18, 2018
1 parent 15d9fb0 commit c260689
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -4,7 +4,6 @@ async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
idna==2.8
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.3.1
Expand Down
1 change: 0 additions & 1 deletion requirements_all.txt
Expand Up @@ -5,7 +5,6 @@ async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
idna==2.8
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.3.1
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -38,8 +38,6 @@
'attrs==18.2.0',
'bcrypt==3.1.4',
'certifi>=2018.04.16',
# Dec 17, 2018: Idna released 2.8, requests 2.21.0 is pinning idna
'idna==2.8',
'jinja2>=2.10',
'PyJWT==1.6.4',
# PyJWT has loose dependency. We want the latest one.
Expand Down

0 comments on commit c260689

Please sign in to comment.