We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
proxy_*
sign_in
1 parent a320248 commit 4304f0eCopy full SHA for 4304f0e
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