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 9c66d4c commit 985376cCopy full SHA for 985376c
setup.py
@@ -22,7 +22,7 @@
22
with open('requirements.txt') as f:
23
ll = f.readline()[:-1]
24
while ll:
25
- REQUIRES.append(l)
+ REQUIRES.append(ll)
26
27
28
PACKAGES = find_packages()
0 commit comments