def read_requirements()

in dagify/setup.py [0:0]


def read_requirements(file):
    with open(file) as f:
        return f.read().splitlines()