Add missing dependancy
This commit is contained in:
parent
40a0739227
commit
a365147a19
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -29,6 +29,7 @@ setup(
|
|||
],
|
||||
packages=['toot'],
|
||||
install_requires=[
|
||||
'requests>=2.0.0<3.0.0',
|
||||
'future'
|
||||
],
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in a new issue