We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proxy_*
sign_in
1 parent 1f9536a commit 7d13f43Copy full SHA for 7d13f43
plotly/session.py
@@ -22,6 +22,8 @@
22
CREDENTIALS_KEYS = {
23
'username': six.string_types,
24
'api_key': six.string_types,
25
+ 'proxy_username': six.string_types,
26
+ 'proxy_password': six.string_types,
27
'stream_ids': list
28
}
29
0 commit comments