mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 05:49:11 +00:00
Update pytor to 0.1.5
This commit is contained in:
parent
ed1050fc91
commit
17549f764f
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name='onions',
|
name='onions',
|
||||||
|
|
||||||
version='0.5.0',
|
version='0.5.1',
|
||||||
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ setup(
|
||||||
|
|
||||||
install_requires=['pyentrypoint==0.5.2',
|
install_requires=['pyentrypoint==0.5.2',
|
||||||
'Jinja2>=2.10',
|
'Jinja2>=2.10',
|
||||||
'pytor>=0.1.2'],
|
'pytor>=0.1.5'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'onions = onions:main',
|
'onions = onions:main',
|
||||||
|
|
Loading…
Add table
Reference in a new issue