mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Cleanup after setup.py removal (#67036)
This commit is contained in:
@@ -168,7 +168,7 @@ def explore_module(package, explore_children):
|
||||
|
||||
|
||||
def core_requirements():
|
||||
"""Gather core requirements out of setup.py."""
|
||||
"""Gather core requirements out of setup.cfg."""
|
||||
parser = configparser.ConfigParser()
|
||||
parser.read("setup.cfg")
|
||||
return parser["options"]["install_requires"].strip().split("\n")
|
||||
|
||||
Reference in New Issue
Block a user