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