1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-09 06:10:43 +00:00

Add missing dependancy

This commit is contained in:
Ivan Habunek 2017-04-12 17:02:27 +02:00
parent 40a0739227
commit a365147a19
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -29,6 +29,7 @@ setup(
],
packages=['toot'],
install_requires=[
'requests>=2.0.0<3.0.0',
'future'
],
entry_points={