MCPcopy
hub / github.com/guofei9987/text_blind_watermark / read_requirements

Function read_requirements

setup.py:13–15  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

11
12# 获取依赖
13def read_requirements(filename):
14 return [line.strip() for line in read_file(filename).splitlines()
15 if not line.startswith('#')]
16
17
18from setuptools import setup, find_packages

Callers

nothing calls this directly

Calls 1

read_fileFunction · 0.85

Tested by

no test coverage detected