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

Commit 5a9b0ce

Browse files
author
Devin McGloin
authored
Merge pull request #2 from devinmcgloin/dependencies
Bump deps
2 parents 089eec6 + cd6e27e commit 5a9b0ce

3 files changed

Lines changed: 19 additions & 13 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
6-
- "3.4"
7-
- "3.5"
84
- "3.6"
95
- "3.6-dev" # 3.6 development branch
106
- "3.7-dev" # 3.7 development branch

requirements.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
pbr==1.9.1
2-
py==1.4.31
3-
PyJWT==1.4.0
4-
pytest==2.9.1
5-
requests==2.10.0
6-
six==1.10.0
1+
atomicwrites==1.1.5
2+
attrs==18.1.0
3+
certifi==2018.4.16
4+
chardet==3.0.4
5+
idna==2.7
6+
more-itertools==4.2.0
7+
pkginfo==1.4.2
8+
pluggy==0.6.0
9+
py==1.5.4
10+
PyJWT==1.6.4
11+
pytest==3.6.3
12+
requests==2.19.1
13+
requests-toolbelt==0.8.0
14+
six==1.11.0
15+
tqdm==4.24.0
16+
urllib3==1.23

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)