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.
1 parent 254a36a commit 642f9ebCopy full SHA for 642f9eb
setup.py
@@ -8,7 +8,7 @@
8
with open('README.md', encoding='utf-8') as f:
9
long_description = f.read()
10
11
-with open('requirements.txt') as f:
+with open('requirements.txt', encoding='utf-8') as f:
12
install_requires = [line.strip() for line in f if line.strip() and not line.startswith('#')]
13
14
setup(
0 commit comments