8000 Replaced 'retrying' dependency with 'tenacity' in plotly package by jmsmdy · Pull Request #2911 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Replaced 'retrying' dependency with 'tenacity' in plotly package #2911

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 10 commits into from
Apr 22, 2021
Merged
Prev Previous commit
Next Next commit
changed requirements.txt to include six=1.15.0
  • Loading branch information
jmsmdy committed Dec 11, 2020
commit 8cdc3b416ce2b44f85ad367a065e3af173e7845c
2 changes: 1 addition & 1 deletion packages/python/plotly/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###################################################

## python 2 to 3 compatibility ##
six==1.8.0
six==1.15.0

## retrying requests ##
tenacity>=6.2.0
0