mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-27 04:07:13 +00:00
Add tor v3 addresses support
This commit is contained in:
parent
8d562ed2e6
commit
9e40a2d075
24 changed files with 1086 additions and 225 deletions
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='onions',
|
||||
|
||||
version='0.4.1',
|
||||
version='0.5.0',
|
||||
|
||||
packages=find_packages(),
|
||||
|
||||
|
@ -31,10 +31,9 @@ setup(
|
|||
"Topic :: System :: Installation/Setup",
|
||||
],
|
||||
|
||||
install_requires=['pyentrypoint==0.5.1',
|
||||
'Jinja2>=2.8',
|
||||
'pycrypto', ],
|
||||
|
||||
install_requires=['pyentrypoint==0.5.2',
|
||||
'Jinja2>=2.10',
|
||||
'pytor>=0.1.2'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'onions = onions:main',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue