Crontab doesn't *need* pytz, except for testing

This commit is contained in:
Josiah Carlson 2016-03-19 22:44:54 -07:00
parent fd7a7192f9
commit e9426e934e

View file

@ -10,7 +10,7 @@ except:
setup(
name='crontab',
version='0.21.0',
version='0.21.1',
description='Parse and use crontab schedules in Python',
author='Josiah Carlson',
author_email='josiah.carlson@gmail.com',
@ -31,5 +31,5 @@ setup(
],
license='GNU LGPL v2.1',
long_description=long_description,
install_requires=["pytz"],
#install_requires=["pytz"],
)