Skip to content

Commit e3d3f93

Browse files
committed
add es support
1 parent 458032b commit e3d3f93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ django-appconf==1.0.3
1212
django-autoslug==1.9.4
1313
django-compressor==2.2
1414
django-debug-toolbar==1.11
15+
django-elasticsearch-dsl==0.5.1
1516
django-haystack==2.8.1
1617
django-ipware==2.1.0
1718
django-mdeditor==0.1.13
1819
django-uuslug==1.1.8
20+
elasticsearch==6.3.1
21+
elasticsearch-dsl==6.1.0
1922
idna==2.8
23+
ipaddress==1.0.22
2024
isort==4.3.15
2125
jieba==0.39
2226
jsonpickle==1.1
@@ -32,6 +36,8 @@ Pygments==2.3.1
3236
pylint==2.3.1
3337
PyMySQL==0.9.3
3438
pyparsing==2.3.1
39+
python-dateutil==2.8.0
40+
python-logstash==0.4.6
3541
python-memcached==1.59
3642
python-slugify==3.0.0
3743
pytz==2018.9
@@ -50,3 +56,4 @@ WeRoBot==1.8.0
5056
Whoosh==2.7.4
5157
wrapt==1.11.1
5258
xmltodict==0.12.0
59+

0 commit comments

Comments
 (0)