Skip to content

Commit

Permalink
Upgraded setuptools requirement (fixes #123)
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 6, 2016
1 parent a69c556 commit f559aff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ APScheduler, see the :doc:`migration section <migration>`.

* Fixed pickling problems with persistent jobs when upgrading from 3.0.x

* Fixed AttributeError when importing apscheduler with setuptools < 11.0


3.1.0
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'setuptools_scm'
],
install_requires=[
'setuptools >= 0.7',
'setuptools >= 11',
'six >= 1.4.0',
'pytz',
'tzlocal >= 1.2'
Expand Down

0 comments on commit f559aff

Please sign in to comment.