8000 Remove dependecy · randy3465/twilio-python@5a468d8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 5a468d8

Browse files
committed
Remove dependecy
1 parent b335ea1 commit 5a468d8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
six
22
httplib2
33
socksipy-branch
4-
pyjwt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# You need to have the setuptools module installed. Try reading the setuptools
1515
# documentation: http://pypi.python.org/pypi/setuptools
16-
REQUIRES = ["httplib2 >= 0.7", "six", "pytz", "pyjwt"]
16+
REQUIRES = ["httplib2 >= 0.7", "six", "pytz"]
1717

1818
if sys.version_info < (2, 6):
1919
REQUIRES.append('simplejson')

twilio/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import time
2-
import jwt
2+
from twilio import jwt
33

44

55
class IpMessagingGrant(object):

0 commit comments

Comments
 (0)
0