in setup.py [0:0]
def requirements(f): reqs = open(f, 'r').read().splitlines() reqs = [r for r in reqs if not r.strip().startswith('#')] return reqs