in setup.py [0:0]
def fetch_requirements(path): with open(path, 'r') as fd: return [r.strip() for r in fd.readlines()]