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 20eddab commit 7e055deCopy full SHA for 7e055de
requirements.txt
@@ -3,4 +3,4 @@ pyspellchecker
3
contractions
4
names-dataset
5
# For unit test
6
-unittest-xml-reporting
+unittest-xml-reporting
setup.py
@@ -3,7 +3,7 @@
def parse_requirements(fn):
with open(fn) as f:
- return [req for req in f.read().strip().split('\n') if "==" in req and "#" not in req]
+ return [req for req in f.read().strip().split('\n') if "#" not in req]
7
8
9
parsed_requirements = parse_requirements(
0 commit comments