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 a83c2f6 commit 8db2470Copy full SHA for 8db2470
setup.py
@@ -11,7 +11,7 @@
11
with open(path.join(here, "README.md"), encoding="utf-8") as f:
12
long_description = f.read()
13
14
-with open(path.join(here,"requirements.txt") as f:
+with open(path.join(here,"requirements.txt")) as f:
15
requirements = f.read().splitlines()
16
17
setup(
0 commit comments