torpyorg / torpy

Pure python Tor client implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requests should be a dependency

SeerLite opened this issue · comments

torpy.http.requests fails to import when requests is not installed. This means requests should be a dependency.

Sorry, didn't read the instructions.

Or for using TorHttpAdapter with requests library you need install extras: pip3 install torpy[requests]