Skip to content

Commit

Permalink
Add Products.PasswortResetTool to dependencies. This dependency is go…
Browse files Browse the repository at this point in the history
…ne in

  Plone 5.1.
  • Loading branch information
tisto committed Mar 24, 2017
1 parent 78b8e9d commit 9aadbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,10 @@ Changelog

Bugfixes:

- Add Products.PasswortResetTool to dependencies. This dependency is gone in
Plone 5.1.
[timo]

- Make import of LocalrolesModifiedEvent conditional, so plone.restapi
doesn't prevent Plone 4.3 deployments < 4.3.4 from booting.
[lgraf]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -41,6 +41,7 @@
install_requires=[
'setuptools',
'plone.rest >= 1.0a6', # json renderer moved to plone.restapi
'Products.PasswordResetTool', # gone in Plone 5.1
'PyJWT',
],
extras_require={'test': [
Expand Down

0 comments on commit 9aadbbe

Please sign in to comment.