Skip to content

Commit

Permalink
Download chatterbot-corpus directly from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Feb 24, 2019
1 parent c26a14d commit 3060bd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Chatterbot: Machine learning in Python](https://i.imgur.com/b3SCmGT.png)
![ChatterBot: Machine learning in Python](https://i.imgur.com/b3SCmGT.png)

# ChatterBot

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
chatterbot-corpus>=1.2,<1.3
mathparse>=0.1,<0.2
nltk>=3.2,<4.0
pymongo>=3.3,<4.0
python-dateutil>=2.7,<2.8
sqlalchemy>=1.2,<1.3
pint>=0.8.1
pyyaml>=4.2b1,<4.3
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
package_dir={'chatterbot': 'chatterbot'},
include_package_data=True,
install_requires=REQUIREMENTS,
dependency_links=[
'git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus'
],
python_requires='>=3.4, <4',
license='BSD',
zip_safe=True,
Expand Down

0 comments on commit 3060bd5

Please sign in to comment.