mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 22:09:10 +00:00
Update pyentrypoint to 0.5.1
This commit is contained in:
parent
c344b08c9c
commit
49aed0e8db
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.4',
|
version='0.4.1',
|
||||||
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ setup(
|
||||||
"Topic :: System :: Installation/Setup",
|
"Topic :: System :: Installation/Setup",
|
||||||
],
|
],
|
||||||
|
|
||||||
install_requires=['pyentrypoint==0.5.0',
|
install_requires=['pyentrypoint==0.5.1',
|
||||||
'Jinja2>=2.8',
|
'Jinja2>=2.8',
|
||||||
'pycrypto', ],
|
'pycrypto', ],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue