Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 3db6a85

Browse files
author
Devin McGloin
committed
Bump to 1.0.2
Added dependency to setup.py
1 parent a37177d commit 3db6a85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name='python-smooch',
66
packages=find_packages(exclude=['docs', 'tests']),
7-
version='v1.0.1',
7+
version='v1.0.2',
88
description='A Python wrapper for the Smooch API',
99
license='MIT',
1010
author='Devin McGloin',
@@ -13,8 +13,8 @@
1313
download_url='https://github.com/devinmcgloin/python-smooch/tarball/v1.0.1',
1414
keywords=['messaging', 'smooch'],
1515
install_requires=[
16-
'PyPWT',
17-
'requests'
16+
'requests',
17+
'PyJWT'
1818
],
1919
classifiers=[
2020
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)