Added simplejson to install_requires list.

doc_update
Joey Hines 2018-09-12 13:39:09 -05:00
parent 6b8e3aeb0d
commit bcaf65f9ee
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ setup(
name='Geoffrey',
version=__import__('geoffrey').__version__,
packages=['geoffrey', 'geoffrey.cogs'],
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests'],
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests', 'simplejson'],
long_description=open('README.txt').read(),
)