in setup.py [0:0]
def package_is_pinned(name): """quick check to make sure packages are pinned""" for pin in ['>', '<', '==']: if pin in name: return True return False