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 fa08996 commit 929d258Copy full SHA for 929d258
setup.py
@@ -7,7 +7,7 @@
7
from os import path
8
from setuptools import find_packages, setup
9
10
-with open(path.join(path.abspath(path.dirname(__file__)), 'requirements.txt'), encoding='utf-8') as f:
+with open(path.join(path.abspath(path.dirname(__file__)), 'requirements.txt')) as f:
11
install_requires = f.read()
12
13
setup(
0 commit comments