10000 Remove pyjwt by jingming · Pull Request #242 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Remove pyjwt #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 12, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove dependecy
  • Loading branch information
jingming committed Dec 12, 2015
commit 92622a188b39821dbff267630d1f60ec6d9ea1d0
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
six
httplib2
socksipy-branch
pyjwt
2 changes: 1 addition & 1 deletion twilio/access_token.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import time
import jwt
from twilio import jwt


class IpMessagingGrant(object):
Expand Down
0