diff --git a/fape.info b/fape.info
index b6af1d7..6b37206 100644
--- a/fape.info
+++ b/fape.info
@@ -2,8 +2,11 @@ name = Field API Pane Editor
 description = Adds a contextual link to Field API Panel Panes to edit that field value.
 core = 7.x
 package = Chaos tool suite
-dependencies[] = ctools
-; The dependency on Panels is now optional so that the back end can be used
-; by non-Panels modules if they desire.
+
+dependencies[] = ctools (>=1.4)
+dependencies[] = entity
+
+; The dependencies on Panels and Contextual are optional as the module can be
+; used without them.
 ; dependencies[] = panels
-dependencies[] = entity
\ No newline at end of file
+; dependencies[] = contextual
