Crontab doesn't *need* pytz, except for testing
This commit is contained in:
parent
fd7a7192f9
commit
e9426e934e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue