Skip to content
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

Use PyJWT version >= 1.4.2 in requirements.txt #474

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Use PyJWT version >= 1.4.2 in requirements.txt #474

merged 1 commit into from
Aug 19, 2019

Conversation

storymode7
Copy link
Contributor

requirements.txt currently uses 1.4.2 as fixed version.
The setup.py 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.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

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.
Copy link
Contributor

@childish-sambino childish-sambino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me. Thanks for the PR!

@childish-sambino childish-sambino merged commit 9075f63 into twilio:master Aug 19, 2019
@storymode7 storymode7 deleted the update-requirements branch August 19, 2019 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants