Cleanup after setup.py removal (#67036)

This commit is contained in:
Marc Mueller
2022-02-22 14:32:55 +01:00
committed by GitHub
parent b57a7ce6a3
commit 8eb7507482
5 changed files with 5 additions and 5 deletions

View File

@@ -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")