diff --git a/setup.py b/setup.py index df54572..f547604 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,11 @@ def install(): 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4'], - packages=find_packages() + packages=find_packages(), + install_requires=[ + 'requests', + 'future', + ], ) if __name__ == "__main__":