8000 Use PyJWT version >= 1.4.2 in requirements.txt (#474) · githubib/twilio-python@9075f63 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 9075f63

Browse files
storymode7childish-sambino
authored andcommitted
Use PyJWT version >= 1.4.2 in requirements.txt (twilio#474)
requirements.txt currently uses 1.4.2 as fixed version. The [setup.py](https://github.com/twilio/twilio-python/blob/c3b38d8ba4db483422c1bd575ce28f7eb6311b33/setup.py#L30) file uses PyJWT >= 1.4.2 It doesn't effect most of the part since, almost all the targets of Makefile that require installing, do so using `pip install .` However, docs-install target uses requirements directly but this change shouldn't break anything in docs.
1 parent c3b38d8 commit 9075f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ nose
44
six
55
requests>=2.0.0
66
socksipy-branch
7-
PyJWT==1.4.2
7+
PyJWT>=1.4.2
88
twine

0 commit comments

Comments
 (0)
0