aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-20 00:24:49 +0100
committerneodarz <neodarz@neodarz.net>2019-01-20 00:32:27 +0100
commit5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37 (patch)
treeeca96ba661d1b6bf934abdf3bb0db23da6c7392f /requirements.txt
parentaeaf4cb8cdd6d413cbd9e9d3c1156bd23bd0b386 (diff)
downloadkhanindexer-5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37.tar.xz
khanindexer-5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37.zip
Use Manticorsearch JSON API instead of custom search API
The migration is due to the fact that python use far more ressources that a simple JSON POST request directly on the Manticorsearch server.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6607cd0..2c2a474 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
Scrapy==1.5.1
-Flask==1.0.2
peewee==3.8.1
psycopg2==2.7.6.1