aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:28:41 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:28:41 +0100
commit3aa919b442bf10ec739c8f73ba762459ef89dcd1 (patch)
treea257976d3332169f194f3c01649d0b93a0dec4a9 /requirements.txt
parentAdded duplicates.html template. (diff)
downloadnewspipe-3aa919b442bf10ec739c8f73ba762459ef89dcd1.tar.gz
newspipe-3aa919b442bf10ec739c8f73ba762459ef89dcd1.tar.bz2
newspipe-3aa919b442bf10ec739c8f73ba762459ef89dcd1.zip
Updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index ea18a06d..988e1369 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,5 +19,5 @@ gevent
whoosh
python-dateutil
nltk
-scikit-learn
-scipy \ No newline at end of file
+scipy
+scikit-learn \ No newline at end of file
bgstack15