Skip to content

Commit

Permalink
- add requests nmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjuma committed Mar 28, 2017
1 parent bd4f2cd commit a200f1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a200f1f

Please # to comment.