Add tor v3 addresses support

This commit is contained in:
Christophe Mehay 2019-04-03 16:11:09 +02:00
parent 8d562ed2e6
commit 9e40a2d075
24 changed files with 1086 additions and 225 deletions

View file

@ -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',