Update pyentrypoint to 0.5.1

pull/17/head
Christophe Mehay 7 years ago
parent c344b08c9c
commit 49aed0e8db

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

Loading…
Cancel
Save