add tor deps
This commit is contained in:
parent
0ee7628a4f
commit
1f23120cc3
91 changed files with 25537 additions and 535 deletions
|
|
@ -0,0 +1,11 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: PySocks
|
||||
Version: 1.5.6
|
||||
Summary: A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
|
||||
Home-page: https://github.com/Anorov/PySocks
|
||||
Author: Anorov
|
||||
Author-email: anorov.vorona@gmail.com
|
||||
License: BSD
|
||||
Description: UNKNOWN
|
||||
Keywords: socks,proxy
|
||||
Platform: UNKNOWN
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
socks.py
|
||||
sockshandler.py
|
||||
PySocks.egg-info/PKG-INFO
|
||||
PySocks.egg-info/SOURCES.txt
|
||||
PySocks.egg-info/dependency_links.txt
|
||||
PySocks.egg-info/top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
../socks.py
|
||||
../sockshandler.py
|
||||
../__pycache__/socks.cpython-34.pyc
|
||||
../__pycache__/sockshandler.cpython-34.pyc
|
||||
./
|
||||
top_level.txt
|
||||
dependency_links.txt
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
socks
|
||||
sockshandler
|
||||
Loading…
Add table
Add a link
Reference in a new issue