Skip to content

Commit a200f1f

Browse files
committed
- add requests nmodule
1 parent bd4f2cd commit a200f1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88

99
setup(
1010
name='AfricastalkingGateway',
11-
version='1.6',
11+
version='1.7',
1212
packages=['africastalking'],
1313
description='An Official Python library for communicating with the AfricasTalking REST API',
1414
author='Ian Juma',
15+
install_requires=[
16+
'requests'
17+
],
1518
author_email='ijuma@africastalking.com',
1619
url='https://github.com/AfricasTalkingLtd/africastalking-python',
1720
download_url='https://codeload.github.com/AfricasTalkingLtd/africastalking-python/tar.gz/1.6',

0 commit comments

Comments
 (0)