Add support for multiple services per address

This commit is contained in:
Christophe Mehay 2017-07-20 17:16:38 +02:00
parent a939d3620f
commit 27dd14ab33
13 changed files with 890 additions and 81 deletions

View file

@ -6,7 +6,7 @@ from setuptools import setup
setup(
name='onions',
version='0.2',
version='0.4',
packages=find_packages(),
@ -31,7 +31,7 @@ setup(
"Topic :: System :: Installation/Setup",
],
install_requires=['pyentrypoint',
install_requires=['pyentrypoint==0.5.0',
'Jinja2>=2.8',
'pycrypto',],