Skip to content

Commit

Permalink
Set a min version for the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Sep 14, 2016
1 parent 0eb14cc commit 3ede4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email='vinicius.chiele@gmail.com',
description='Adds APScheduler support to Flask',
keywords=['apscheduler', 'scheduler', 'scheduling', 'cron'],
install_requires=['flask>=0.10.1', 'apscheduler==3.2.0', 'python-dateutil==2.4.2'],
install_requires=['flask>=0.10.1', 'apscheduler>=3.2.0', 'python-dateutil>=2.4.2'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 3ede4fe

Please sign in to comment.