We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4f2cd commit a200f1fCopy full SHA for a200f1f
setup.py
@@ -8,10 +8,13 @@
8
9
setup(
10
name='AfricastalkingGateway',
11
- version='1.6',
+ version='1.7',
12
packages=['africastalking'],
13
description='An Official Python library for communicating with the AfricasTalking REST API',
14
author='Ian Juma',
15
+ install_requires=[
16
+ 'requests'
17
+ ],
18
author_email='ijuma@africastalking.com',
19
url='https://github.com/AfricasTalkingLtd/africastalking-python',
20
download_url='https://codeload.github.com/AfricasTalkingLtd/africastalking-python/tar.gz/1.6',
0 commit comments