Skip to content

Commit

Permalink
Remove API module and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jan 13, 2019
1 parent 6e38965 commit 2168a93
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 534 deletions.
Empty file removed chatterbot/api/__init__.py
Empty file.
154 changes: 0 additions & 154 deletions chatterbot/api/gitter.py

This file was deleted.

51 changes: 0 additions & 51 deletions chatterbot/api/mailgun.py

This file was deleted.

96 changes: 0 additions & 96 deletions chatterbot/api/microsoft.py

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'chatterbot',
'chatterbot.storage',
'chatterbot.logic',
'chatterbot.api',
'chatterbot.ext',
'chatterbot.ext.sqlalchemy_app',
'chatterbot.ext.django_chatterbot',
Expand All @@ -45,7 +44,7 @@
package_dir={'chatterbot': 'chatterbot'},
include_package_data=True,
install_requires=REQUIREMENTS,
python_requires='>=2.7, <4',
python_requires='>=3.4, <4',
license='BSD',
zip_safe=True,
platforms=['any'],
Expand Down
Empty file removed tests/api/__init__.py
Empty file.

0 comments on commit 2168a93

Please sign in to comment.