From d6fb6e20014db80336431d38b9ee4d1ab233e905 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:26:30 +0200 Subject: Adding upstream version 0.15.1. Signed-off-by: Daniel Baumann --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c729963..6fb92eb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md', encoding='utf-8') as f: setup( name='gita', packages=['gita'], - version='0.12.7', + version='0.15.1', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, @@ -18,7 +18,6 @@ setup( author='Dong Zhou', author_email='zhou.dong@gmail.com', entry_points={'console_scripts': ['gita = gita.__main__:main']}, - install_requires=['pyyaml>=5.1'], python_requires='~=3.6', classifiers=[ "Development Status :: 4 - Beta", -- cgit v1.2.3