You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only use of requests is for downloading a file in vistir.contextmanagers.open_file, which can be handled in full using urllib or urllib2. As such, I think it's appropriate for requests to become an optional extra.
The only use of requests is for downloading a file in
vistir.contextmanagers.open_file
, which can be handled in full usingurllib
orurllib2
. As such, I think it's appropriate forrequests
to become an optional extra.See sarugaku/pythonfinder#78 for reference
The text was updated successfully, but these errors were encountered: