Skip to content

Commit

Permalink
Tests run against plone.app.querystring 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd authored and jensens committed Jul 21, 2020
1 parent 02c0459 commit da5b758
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,11 @@
package_dir={"": "src"},
include_package_data=True,
zip_safe=False,
install_requires=["Products.CMFPlone", "setuptools"],
install_requires=[
"Products.CMFPlone",
"setuptools",
"plone.app.querystding>=1.4.14",
],
extras_require={
"test": [
"plone.app.testing",
Expand Down

0 comments on commit da5b758

Please sign in to comment.