changed encoding
Browse files
setup.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
with open("README.md", "r") as f:
|
7 |
long_description = f.read()
|
8 |
|
9 |
-
with open('requirements.txt', 'r', encoding='utf-
|
10 |
required = ff.read().splitlines()
|
11 |
|
12 |
|
|
|
6 |
with open("README.md", "r") as f:
|
7 |
long_description = f.read()
|
8 |
|
9 |
+
with open('requirements.txt', 'r', encoding='utf-8') as ff:
|
10 |
required = ff.read().splitlines()
|
11 |
|
12 |
|