Skip to content

Commit

Permalink
Updated requirements & chatterbot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 10, 2015
1 parent 5895938 commit 1bac96e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chatterbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .chatterbot import ChatBot

__version__ = "0.2.5"
__version__ = "0.2.6"
__maintainer__ = "Gunther Cox"
__email__ = "[email protected]"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fuzzywuzzy>=0.6.0,<0.7.0
fuzzywuzzy>=0.6.0,<0.8.0
jsondatabase>=0.0.6
nltk==3.0.5
pymongo==3.0.3
requests==2.7.0
pymongo>=3.0.3,<4.0.0
requests==2.8.0,<3.0.0
requests-oauthlib==0.5.0

0 comments on commit 1bac96e

Please sign in to comment.