in setup.py [0:0]
def read_requirements(): with open("requirements.txt") as fp: return [row.strip() for row in fp if row.strip()]