We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5c30b6 + 5d261ed commit ed08f41Copy full SHA for ed08f41
setup.py
@@ -20,7 +20,7 @@ def load_requirements(file_name):
20
21
22
def read_file(filename):
23
- with open(filename) as fp:
+ with open(filename, encoding='utf-8') as fp:
24
return fp.read()
25
26
0 commit comments