Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump dependency on insights-core
  • Loading branch information
adamruzicka authored and ares committed Dec 8, 2020
1 parent 4ce46ff commit b1b4fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
long_description_content_type="text/markdown",
# TODO: Require minimal version of insights-core once a version with
# playbook verifier is released
install_requires=["aiohttp", "insights-core"],
install_requires=["aiohttp", "insights-core>=3.0.199"],
zip_safe=False,
entry_points={"receptor.worker": "receptor_satellite = receptor_satellite.worker"},
classifiers=["Programming Language :: Python :: 3"],
Expand Down

0 comments on commit b1b4fe4

Please sign in to comment.