From 831ca8942e6ed7926cb7c4e4009684d54a1d1562 Mon Sep 17 00:00:00 2001 From: Akshen Date: Thu, 28 Dec 2017 12:14:34 +0530 Subject: Add ChatBot - This commit will add chatbot - requirements.txt changed - required css/js and html added for chatbot - parameters set for chatbot in settings.py - yaml files(training data) to be added --- requirements.txt | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index efa8668..46ba924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,37 @@ +appdirs==1.4.0 +appnope==0.1.0 +certifi==2017.11.5 +chardet==3.0.4 +ChatterBot==0.8.1 +chatterbot-corpus==1.1.1 +decorator==4.0.11 Django==1.9 django-recurrence==1.4.1 +future==0.16.0 +idna==2.6 +ipython-genutils==0.2.0 +jedi==0.10.2 +jsondatabase==0.1.7 +mathparse==0.1.1 +nltk==3.2.5 +oauthlib==2.0.6 packaging==16.8 +pexpect==4.2.1 +pickleshare==0.7.4 +prompt-toolkit==1.0.14 +ptyprocess==0.5.1 +pyaml==17.8.0 +Pygments==2.2.0 +pyparsing==2.1.10 python-dateutil==2.6.0 +python-twitter==3.3 pytz==2016.10 +PyYAML==3.12 +requests==2.18.4 +requests-oauthlib==0.8.0 +simplegeneric==0.8.1 six==1.10.0 -coverage -pyaml +SQLAlchemy==1.1.15 +traitlets==4.3.2 +urllib3==1.22 +validate-email==1.3 -- cgit