From a200f1f041c78940f1df7b4e84634be02104a584 Mon Sep 17 00:00:00 2001 From: Ian Juma Date: Tue, 28 Mar 2017 16:08:32 +0300 Subject: [PATCH] - add requests nmodule --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f002f06..8df01eb 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,13 @@ setup( name='AfricastalkingGateway', - version='1.6', + version='1.7', packages=['africastalking'], description='An Official Python library for communicating with the AfricasTalking REST API', author='Ian Juma', + install_requires=[ + 'requests' + ], author_email='ijuma@africastalking.com', url='https://github.com/AfricasTalkingLtd/africastalking-python', download_url='https://codeload.github.com/AfricasTalkingLtd/africastalking-python/tar.gz/1.6',