diff options
author | Akshen | 2017-12-28 12:14:34 +0530 |
---|---|---|
committer | Akshen | 2017-12-28 12:14:34 +0530 |
commit | 831ca8942e6ed7926cb7c4e4009684d54a1d1562 (patch) | |
tree | 3c831eeaebbc21b2caff683743a5ea3040aa1619 /requirements.txt | |
parent | e481d1f16a77a04888341205f6b142640515599a (diff) | |
download | workshop_booking-831ca8942e6ed7926cb7c4e4009684d54a1d1562.tar.gz workshop_booking-831ca8942e6ed7926cb7c4e4009684d54a1d1562.tar.bz2 workshop_booking-831ca8942e6ed7926cb7c4e4009684d54a1d1562.zip |
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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 33 |
1 files changed, 31 insertions, 2 deletions
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 |