securedrop-client
securedrop-client copied to clipboard
make `requests` and `urllib3` optional dependencies
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.