Skip to content

Commit 642f9eb

Browse files
author
bram
committed
Added encoding
1 parent 254a36a commit 642f9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.md', encoding='utf-8') as f:
99
long_description = f.read()
1010

11-
with open('requirements.txt') as f:
11+
with open('requirements.txt', encoding='utf-8') as f:
1212
install_requires = [line.strip() for line in f if line.strip() and not line.startswith('#')]
1313

1414
setup(

0 commit comments

Comments
 (0)