@ -22,7 +22,7 @@ def readme():
with open('README.md', encoding='utf-8') as f:
content = f.read()
return content
# read
def parse_requirements(fname):
with open(fname, encoding="utf-8-sig") as f: