8000 Remove dependecy · thug-mm/twilio-python@92622a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92622a1

Browse files
committed
Remove dependecy
1 parent a2d36d3 commit 92622a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

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