Update user-agents to 2.0.0 (#3087)

This commit is contained in:
Paulus Schoutsen
2019-04-15 19:56:31 -07:00
committed by GitHub
parent f979febb76
commit d5a313445f
+1 -1
View File
@@ -16,7 +16,7 @@ setup(
"hass_frontend_es5.*",
]
),
install_requires=["user-agents==1.1.0"],
install_requires=["user-agents==2.0.0"],
include_package_data=True,
zip_safe=False,
)