Skip to content

Commit f92956f

Browse files
committed
Add missing dependencies to component's manifest
1 parent 944cf2a commit f92956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/feedparser/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
77
"iot_class": "cloud_polling",
88
"issue_tracker": "https://github.com/custom-components/feedparser/issues",
9-
"requirements": ["feedparser==6.0.11", "python-dateutil"],
9+
"requirements": ["feedparser==6.0.11", "python-dateutil", "requests-file", "requests"],
1010
"version": "0.1.11"
1111
}

0 commit comments

Comments
 (0)