securedrop-client icon indicating copy to clipboard operation
securedrop-client copied to clipboard

make `requests` and `urllib3` optional dependencies

Open heartsucker opened this issue 5 years ago • 0 comments

These are only needed for development and testing using HTTP against a server. In production, they are not needed since the SDK uses qrexec-client-vm for RPC. Removing these would help trim down the dependencies shipped with the client.

heartsucker avatar May 08 '19 11:05 heartsucker