mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-15 14:32:47 +00:00
Add tor v3 addresses support
This commit is contained in:
parent
8d562ed2e6
commit
d3252e276e
24 changed files with 1086 additions and 225 deletions
15
Pipfile
Normal file
15
Pipfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
tox = "*"
|
||||
|
||||
[dev-packages]
|
||||
tox = "*"
|
||||
pre-commit = "*"
|
||||
ptpython = "*"
|
||||
cryptography = "*"
|
||||
pylint = "*"
|
||||
autopep8 = "*"
|
Loading…
Add table
Add a link
Reference in a new issue