Added missing req
parent
123f753258
commit
1b1ff8ffbc
2
setup.py
2
setup.py
|
@ -4,6 +4,6 @@ setup(
|
|||
name='Geoffrey',
|
||||
version=__import__('geoffrey').__version__,
|
||||
packages=['geoffrey'],
|
||||
install_requires=['discord.py', 'SQLAlchemy', 'pymysql'],
|
||||
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests'],
|
||||
long_description=open('README.txt').read(),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue