diff --git a/setup.py b/setup.py index 730e5e8..084b741 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,15 @@ from setuptools import setup setup( name='autodoist', - version='1.0', + version='1.5', py_modules=['autodoist'], url='https://github.com/Hoffelhas/automation-todoist', license='MIT', author='Alexander Haselhoff', author_email='alexander.haselhoff@outlook.com', - description='Added functionality for Todoist: 1) next-action labels and 2) re-use recurring sub-tasks', + description='Added functionality for Todoist: 1) next-action labels, 2) sub-task regeneration, 3) postpone end of day, and 4) (un)header items simultaneously)', install_requires=[ 'todoist-python', + 'requests', ] )