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 458032b commit e3d3f93Copy full SHA for e3d3f93
requirements.txt
@@ -12,11 +12,15 @@ django-appconf==1.0.3
12
django-autoslug==1.9.4
13
django-compressor==2.2
14
django-debug-toolbar==1.11
15
+django-elasticsearch-dsl==0.5.1
16
django-haystack==2.8.1
17
django-ipware==2.1.0
18
django-mdeditor==0.1.13
19
django-uuslug==1.1.8
20
+elasticsearch==6.3.1
21
+elasticsearch-dsl==6.1.0
22
idna==2.8
23
+ipaddress==1.0.22
24
isort==4.3.15
25
jieba==0.39
26
jsonpickle==1.1
@@ -32,6 +36,8 @@ Pygments==2.3.1
32
36
pylint==2.3.1
33
37
PyMySQL==0.9.3
34
38
pyparsing==2.3.1
39
+python-dateutil==2.8.0
40
+python-logstash==0.4.6
35
41
python-memcached==1.59
42
python-slugify==3.0.0
43
pytz==2018.9
@@ -50,3 +56,4 @@ WeRoBot==1.8.0
50
56
Whoosh==2.7.4
51
57
wrapt==1.11.1
52
58
xmltodict==0.12.0
59
+
0 commit comments