Skip to content

Commit

Permalink
This package does not depend on plone.app.form
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jun 2, 2015
1 parent 7b55815 commit 434a355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
open("CHANGES.rst").read(),
classifiers=[
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],
keywords='',
author='Plone Foundation',
Expand All @@ -24,7 +26,6 @@
install_requires=[
'setuptools',
'plone.app.contentlisting',
'plone.app.form',
'plone.app.portlets',
'plone.app.querystring>=1.2.2', # custom_query support
'plone.app.vocabularies',
Expand Down

0 comments on commit 434a355

Please sign in to comment.