This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44setup (
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' ,
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' ,
You can’t perform that action at this time.
0 commit comments